Shades of Chocolate #D06426
Tints of Chocolate #D06426
RGB
CMYK
RGB Variations
Color information
#D06426 (or 0xD06426) is known color: Chocolate. HEX triplet: D0, 64 and 26. RGB value is (208,100,38). Sum of RGB (Red+Green+Blue) = 208+100+38=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D06426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06426 is #2F9BD9. Grayscale: #7D7D7D. Windows color (decimal): -3120090 or 2516176. OLE color: 2516176.
HSL color Cylindrical-coordinate representation of color #D06426: hue angle of 21.88º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D06426 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 38 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.18 |
| HSL | 21.88º | 0.69% | 0.48% | - |
| HSV(B) | 21.88º | 0.82% | 0.82% | - |
| XYZ | 30.92 | 22.66 | 4.58 | - |
| YUV | 125.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 38 | 0 | 0.52 | 0.82 | 0.18 | 21.88 | 0.69 | 0.48 |
| Hex | D0 | 64 | 26 | 0 | 34 | 52 | 12 | 16 | 45 | 30 |
| Octal | 320 | 144 | 46 | 0 | 64 | 122 | 22 | 26 | 105 | 60 |
| Binary | 11010000 | 1100100 | 100110 | 0 | 110100 | 1010010 | 10010 | 10110 | 1000101 | 110000 |
Color Harmonies of #D06426
Complementary color
Monochromatic Colors of #D06426
Black with #D06426
Text Example
Text Example
White with #D06426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06426; }
p { color: rgb(208,100,38); }
H1.HeaderClassName
{
color: #D06426;
}
.AnyTagClassName
{
color: #D06426;
}
</style>
background-color css
<style>
a { background-color: #D06426; }
a { background-color: rgb(208,100,38); }
div.DivClassName
{
background-color: #D06426;
}
.BgClassName
{
background-color: #D06426;
}
</style>
border-color css
<style>
span { border-color: #D06426; }
span { border-color: rgb(208,100,38); }
td.TdClassName
{
border-color: #D06426;
}
.TagClassName
{
border-color: #D06426;
}
</style>