Shades of Chocolate #D06726
Tints of Chocolate #D06726
RGB
CMYK
RGB Variations
Color information
#D06726 (or 0xD06726) is known color: Chocolate. HEX triplet: D0, 67 and 26. RGB value is (208,103,38). Sum of RGB (Red+Green+Blue) = 208+103+38=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D06726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06726 is #2F98D9. Grayscale: #7F7F7F. Windows color (decimal): -3119322 or 2516944. OLE color: 2516944.
HSL color Cylindrical-coordinate representation of color #D06726: hue angle of 22.94º 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 #D06726 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 38 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.18 |
| HSL | 22.94º | 0.69% | 0.48% | - |
| HSV(B) | 22.94º | 0.82% | 0.82% | - |
| XYZ | 31.21 | 23.25 | 4.68 | - |
| YUV | 126.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 38 | 0 | 0.50 | 0.82 | 0.18 | 22.94 | 0.69 | 0.48 |
| Hex | D0 | 67 | 26 | 0 | 32 | 52 | 12 | 17 | 45 | 30 |
| Octal | 320 | 147 | 46 | 0 | 62 | 122 | 22 | 27 | 105 | 60 |
| Binary | 11010000 | 1100111 | 100110 | 0 | 110010 | 1010010 | 10010 | 10111 | 1000101 | 110000 |
Color Harmonies of #D06726
Complementary color
Monochromatic Colors of #D06726
Black with #D06726
Text Example
Text Example
White with #D06726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06726; }
p { color: rgb(208,103,38); }
H1.HeaderClassName
{
color: #D06726;
}
.AnyTagClassName
{
color: #D06726;
}
</style>
background-color css
<style>
a { background-color: #D06726; }
a { background-color: rgb(208,103,38); }
div.DivClassName
{
background-color: #D06726;
}
.BgClassName
{
background-color: #D06726;
}
</style>
border-color css
<style>
span { border-color: #D06726; }
span { border-color: rgb(208,103,38); }
td.TdClassName
{
border-color: #D06726;
}
.TagClassName
{
border-color: #D06726;
}
</style>