#D0710C

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

Shades of Chocolate #D0710C

Tints of Chocolate #D0710C

Color information

#D0710C (or 0xD0710C) is unknown color: approx Chocolate. HEX triplet: D0, 71 and 0C. RGB value is (208,113,12). Sum of RGB (Red+Green+Blue) = 208+113+12=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0710C is #2F8EF3. Grayscale: #828282. Windows color (decimal): -3116788 or 815568. OLE color: 815568.

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

Color convert

RGB20811312-
CMYK00.460.940.18
HSL30.92º89.09%43.14%-
HSV(B)30.92º94.23%81.57%-
XYZ31.9825.253.54-
YUV129.8961.47183.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.46%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 12 (5.08% from 255) = 3.60%
R=62.46%
G=33.93%
B=3.60%

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
Decimal2081131200.460.940.1830.9289.0943.14
HexD071C02E5E121f592b
Octal32016114056136223713153
Binary11010000111000111000101110101111010010111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0710C; }

 p { color: rgb(208,113,12); }

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

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

 a { background-color: rgb(208,113,12); }

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

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

 span { border-color: rgb(208,113,12); }

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