#D1710D

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

Shades of Chocolate #D1710D

Tints of Chocolate #D1710D

Color information

#D1710D (or 0xD1710D) is unknown color: approx Chocolate. HEX triplet: D1, 71 and 0D. RGB value is (209,113,13). Sum of RGB (Red+Green+Blue) = 209+113+13=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1710D is #2E8EF2. Grayscale: #828282. Windows color (decimal): -3051251 or 881105. OLE color: 881105.

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

Color convert

RGB20911313-
CMYK00.460.940.18
HSL30.61º88.29%43.53%-
HSV(B)30.61º93.78%81.96%-
XYZ32.2725.393.58-
YUV130.361.8184.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.39%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 13 (5.47% from 255) = 3.88%
R=62.39%
G=33.73%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091131300.460.940.1830.6188.2943.53
HexD171D02E5E121f582c
Octal32116115056136223713054
Binary11010001111000111010101110101111010010111111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1710D; }

 p { color: rgb(209,113,13); }

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

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

 a { background-color: rgb(209,113,13); }

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

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

 span { border-color: rgb(209,113,13); }

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