#D0611B

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

Shades of Chocolate #D0611B

Tints of Chocolate #D0611B

Color information

#D0611B (or 0xD0611B) is unknown color: approx Chocolate. HEX triplet: D0, 61 and 1B. RGB value is (208,97,27). Sum of RGB (Red+Green+Blue) = 208+97+27=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0611B is #2F9EE4. Grayscale: #7A7A7A. Windows color (decimal): -3120869 or 1794512. OLE color: 1794512.

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

Color convert

RGB2089727-
CMYK00.530.870.18
HSL23.2º77.02%46.08%-
HSV(B)23.2º87.02%81.57%-
XYZ30.4822.043.68-
YUV122.2174.27189.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.65%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 27 (10.94% from 255) = 8.13%
R=62.65%
G=29.22%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208972700.530.870.1823.277.0246.08
HexD0611B0355712174d2e
Octal32014133065127222711556
Binary110100001100001110110110101101011110010101111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0611B; }

 p { color: rgb(208,97,27); }

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

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

 a { background-color: rgb(208,97,27); }

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

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

 span { border-color: rgb(208,97,27); }

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