#d0601f

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

Shades of Chocolate #D0601F

Tints of Chocolate #D0601F

Color information

#D0601F (or 0xD0601F) is unknown color: approx Chocolate. HEX triplet: D0, 60 and 1F. RGB value is (208,96,31). Sum of RGB (Red+Green+Blue) = 208+96+31=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0601F is #2F9FE0. Grayscale: #7A7A7A. Windows color (decimal): -3121121 or 2056400. OLE color: 2056400.

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

Color convert

RGB2089631-
CMYK00.540.850.18
HSL22.03º74.06%46.86%-
HSV(B)22.03º85.1%81.57%-
XYZ30.4421.873.91-
YUV122.0876.61189.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.09%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=62.09%
G=28.66%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208963100.540.850.1822.0374.0646.86
HexD0601F0365512164a2f
Octal32014037066125222611257
Binary110100001100000111110110110101010110010101101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0601f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0601f; }

 p { color: rgb(208,96,31); }

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

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

 a { background-color: rgb(208,96,31); }

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

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

 span { border-color: rgb(208,96,31); }

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