Shades of Chocolate #D6581D
Tints of Chocolate #D6581D
RGB
CMYK
RGB Variations
Color information
#D6581D (or 0xD6581D) is known color: Chocolate. HEX triplet: D6, 58 and 1D. RGB value is (214,88,29). Sum of RGB (Red+Green+Blue) = 214+88+29=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6581D is #29A7E2. Grayscale: #777777. Windows color (decimal): -2729955 or 1923286. OLE color: 1923286.
HSL color Cylindrical-coordinate representation of color #D6581D: hue angle of 19.14º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6581D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 29 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.16 |
| HSL | 19.14º | 0.76% | 0.48% | - |
| HSV(B) | 19.14º | 0.86% | 0.84% | - |
| XYZ | 31.44 | 21.36 | 3.63 | - |
| YUV | 118.95 | 77.24 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 29 | 0 | 0.59 | 0.86 | 0.16 | 19.14 | 0.76 | 0.48 |
| Hex | D6 | 58 | 1D | 0 | 3B | 56 | 10 | 13 | 4C | 30 |
| Octal | 326 | 130 | 35 | 0 | 73 | 126 | 20 | 23 | 114 | 60 |
| Binary | 11010110 | 1011000 | 11101 | 0 | 111011 | 1010110 | 10000 | 10011 | 1001100 | 110000 |
Color Harmonies of #D6581D
Complementary color
Monochromatic Colors of #D6581D
Black with #D6581D
Text Example
Text Example
White with #D6581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6581D; }
p { color: rgb(214,88,29); }
H1.HeaderClassName
{
color: #D6581D;
}
.AnyTagClassName
{
color: #D6581D;
}
</style>
background-color css
<style>
a { background-color: #D6581D; }
a { background-color: rgb(214,88,29); }
div.DivClassName
{
background-color: #D6581D;
}
.BgClassName
{
background-color: #D6581D;
}
</style>
border-color css
<style>
span { border-color: #D6581D; }
span { border-color: rgb(214,88,29); }
td.TdClassName
{
border-color: #D6581D;
}
.TagClassName
{
border-color: #D6581D;
}
</style>