#D1610F

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

Shades of Chocolate #D1610F

Tints of Chocolate #D1610F

Color information

#D1610F (or 0xD1610F) is unknown color: approx Chocolate. HEX triplet: D1, 61 and 0F. RGB value is (209,97,15). Sum of RGB (Red+Green+Blue) = 209+97+15=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1610F is #2E9EF0. Grayscale: #797979. Windows color (decimal): -3055345 or 1008081. OLE color: 1008081.

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

Color convert

RGB2099715-
CMYK00.540.930.18
HSL25.36º86.61%43.92%-
HSV(B)25.36º92.82%81.96%-
XYZ30.6622.143.11-
YUV121.1468.11190.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.11%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 15 (6.25% from 255) = 4.67%
R=65.11%
G=30.22%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209971500.540.930.1825.3686.6143.92
HexD161F0365D1219572c
Octal32114117066135223112754
Binary11010001110000111110110110101110110010110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1610F; }

 p { color: rgb(209,97,15); }

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

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

 a { background-color: rgb(209,97,15); }

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

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

 span { border-color: rgb(209,97,15); }

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