Shades of Chocolate #D06F26
Tints of Chocolate #D06F26
RGB
CMYK
RGB Variations
Color information
#D06F26 (or 0xD06F26) is known color: Chocolate. HEX triplet: D0, 6F and 26. RGB value is (208,111,38). Sum of RGB (Red+Green+Blue) = 208+111+38=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F26 is #2F90D9. Grayscale: #848484. Windows color (decimal): -3117274 or 2518992. OLE color: 2518992.
HSL color Cylindrical-coordinate representation of color #D06F26: hue angle of 25.76º 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 #D06F26 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 38 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.18 |
| HSL | 25.76º | 0.69% | 0.48% | - |
| HSV(B) | 25.76º | 0.82% | 0.82% | - |
| XYZ | 32.05 | 24.92 | 4.95 | - |
| YUV | 131.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 38 | 0 | 0.47 | 0.82 | 0.18 | 25.76 | 0.69 | 0.48 |
| Hex | D0 | 6F | 26 | 0 | 2F | 52 | 12 | 1A | 45 | 30 |
| Octal | 320 | 157 | 46 | 0 | 57 | 122 | 22 | 32 | 105 | 60 |
| Binary | 11010000 | 1101111 | 100110 | 0 | 101111 | 1010010 | 10010 | 11010 | 1000101 | 110000 |
Color Harmonies of #D06F26
Complementary color
Monochromatic Colors of #D06F26
Black with #D06F26
Text Example
Text Example
White with #D06F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F26; }
p { color: rgb(208,111,38); }
H1.HeaderClassName
{
color: #D06F26;
}
.AnyTagClassName
{
color: #D06F26;
}
</style>
background-color css
<style>
a { background-color: #D06F26; }
a { background-color: rgb(208,111,38); }
div.DivClassName
{
background-color: #D06F26;
}
.BgClassName
{
background-color: #D06F26;
}
</style>
border-color css
<style>
span { border-color: #D06F26; }
span { border-color: rgb(208,111,38); }
td.TdClassName
{
border-color: #D06F26;
}
.TagClassName
{
border-color: #D06F26;
}
</style>