Shades of Chocolate #D06F23
Tints of Chocolate #D06F23
RGB
CMYK
RGB Variations
Color information
#D06F23 (or 0xD06F23) is known color: Chocolate. HEX triplet: D0, 6F and 23. RGB value is (208,111,35). Sum of RGB (Red+Green+Blue) = 208+111+35=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F23 is #2F90DC. Grayscale: #838383. Windows color (decimal): -3117277 or 2322384. OLE color: 2322384.
HSL color Cylindrical-coordinate representation of color #D06F23: hue angle of 26.36º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D06F23 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 35 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.18 |
| HSL | 26.36º | 0.71% | 0.48% | - |
| HSV(B) | 26.36º | 0.83% | 0.82% | - |
| XYZ | 32 | 24.9 | 4.71 | - |
| YUV | 131.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 35 | 0 | 0.47 | 0.83 | 0.18 | 26.36 | 0.71 | 0.48 |
| Hex | D0 | 6F | 23 | 0 | 2F | 53 | 12 | 1A | 47 | 30 |
| Octal | 320 | 157 | 43 | 0 | 57 | 123 | 22 | 32 | 107 | 60 |
| Binary | 11010000 | 1101111 | 100011 | 0 | 101111 | 1010011 | 10010 | 11010 | 1000111 | 110000 |
Color Harmonies of #D06F23
Complementary color
Monochromatic Colors of #D06F23
Black with #D06F23
Text Example
Text Example
White with #D06F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F23; }
p { color: rgb(208,111,35); }
H1.HeaderClassName
{
color: #D06F23;
}
.AnyTagClassName
{
color: #D06F23;
}
</style>
background-color css
<style>
a { background-color: #D06F23; }
a { background-color: rgb(208,111,35); }
div.DivClassName
{
background-color: #D06F23;
}
.BgClassName
{
background-color: #D06F23;
}
</style>
border-color css
<style>
span { border-color: #D06F23; }
span { border-color: rgb(208,111,35); }
td.TdClassName
{
border-color: #D06F23;
}
.TagClassName
{
border-color: #D06F23;
}
</style>