#D2711E

Color #D2711E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D2711E

Tints of Chocolate #D2711E

Color information

#D2711E (or 0xD2711E) is unknown color: approx Chocolate. HEX triplet: D2, 71 and 1E. RGB value is (210,113,30). Sum of RGB (Red+Green+Blue) = 210+113+30=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2711E is #2D8EE1. Grayscale: #848484. Windows color (decimal): -2985698 or 1995218. OLE color: 1995218.

HSL color Cylindrical-coordinate representation of color #D2711E: hue angle of 27.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2711E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB21011330-
CMYK00.460.860.18
HSL27.67º75%47.06%-
HSV(B)27.67º85.71%82.35%-
XYZ32.7225.614.45-
YUV132.5470.14183.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 59.49%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 30 (12.11% from 255) = 8.50%
R=59.49%
G=32.01%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101133000.460.860.1827.677547.06
HexD2711E02E56121c4b2f
Octal32216136056126223411357
Binary110100101110001111100101110101011010010111001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2711E; }

 p { color: rgb(210,113,30); }

 H1.HeaderClassName
 {
   color: #D2711E;
 }
 .AnyTagClassName
 {
   color: #D2711E;
 }
</style>
background-color css

<style>
 a { background-color: #D2711E; }

 a { background-color: rgb(210,113,30); }

 div.DivClassName
 {
   background-color: #D2711E;
 }
 .BgClassName
 {
   background-color: #D2711E;
 }
</style>
border-color css

<style>
 span { border-color: #D2711E; }

 span { border-color: rgb(210,113,30); }

 td.TdClassName
 {
   border-color: #D2711E;
 }
 .TagClassName
 {
   border-color: #D2711E;
 }
</style>