Shades of Chocolate #D26C08
Tints of Chocolate #D26C08
RGB
CMYK
RGB Variations
Color information
#D26C08 (or 0xD26C08) is known color: Chocolate. HEX triplet: D2, 6C and 08. RGB value is (210,108,8). Sum of RGB (Red+Green+Blue) = 210+108+8=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C08 is #2D93F7. Grayscale: #7F7F7F. Windows color (decimal): -2987000 or 552146. OLE color: 552146.
HSL color Cylindrical-coordinate representation of color #D26C08: hue angle of 29.7º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D26C08 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 8 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.18 |
| HSL | 29.7º | 0.93% | 0.43% | - |
| HSV(B) | 29.7º | 0.96% | 0.82% | - |
| XYZ | 31.98 | 24.44 | 3.26 | - |
| YUV | 127.1 | 60.79 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 8 | 0 | 0.49 | 0.96 | 0.18 | 29.7 | 0.93 | 0.43 |
| Hex | D2 | 6C | 8 | 0 | 31 | 60 | 12 | 1E | 5D | 2B |
| Octal | 322 | 154 | 10 | 0 | 61 | 140 | 22 | 36 | 135 | 53 |
| Binary | 11010010 | 1101100 | 1000 | 0 | 110001 | 1100000 | 10010 | 11110 | 1011101 | 101011 |
Color Harmonies of #D26C08
Complementary color
Monochromatic Colors of #D26C08
Black with #D26C08
Text Example
Text Example
White with #D26C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C08; }
p { color: rgb(210,108,8); }
H1.HeaderClassName
{
color: #D26C08;
}
.AnyTagClassName
{
color: #D26C08;
}
</style>
background-color css
<style>
a { background-color: #D26C08; }
a { background-color: rgb(210,108,8); }
div.DivClassName
{
background-color: #D26C08;
}
.BgClassName
{
background-color: #D26C08;
}
</style>
border-color css
<style>
span { border-color: #D26C08; }
span { border-color: rgb(210,108,8); }
td.TdClassName
{
border-color: #D26C08;
}
.TagClassName
{
border-color: #D26C08;
}
</style>