Shades of Chocolate #D06926
Tints of Chocolate #D06926
RGB
CMYK
RGB Variations
Color information
#D06926 (or 0xD06926) is known color: Chocolate. HEX triplet: D0, 69 and 26. RGB value is (208,105,38). Sum of RGB (Red+Green+Blue) = 208+105+38=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D06926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06926 is #2F96D9. Grayscale: #808080. Windows color (decimal): -3118810 or 2517456. OLE color: 2517456.
HSL color Cylindrical-coordinate representation of color #D06926: hue angle of 23.65º 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 #D06926 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 38 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.18 |
| HSL | 23.65º | 0.69% | 0.48% | - |
| HSV(B) | 23.65º | 0.82% | 0.82% | - |
| XYZ | 31.41 | 23.65 | 4.74 | - |
| YUV | 128.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 38 | 0 | 0.50 | 0.82 | 0.18 | 23.65 | 0.69 | 0.48 |
| Hex | D0 | 69 | 26 | 0 | 32 | 52 | 12 | 18 | 45 | 30 |
| Octal | 320 | 151 | 46 | 0 | 62 | 122 | 22 | 30 | 105 | 60 |
| Binary | 11010000 | 1101001 | 100110 | 0 | 110010 | 1010010 | 10010 | 11000 | 1000101 | 110000 |
Color Harmonies of #D06926
Complementary color
Monochromatic Colors of #D06926
Black with #D06926
Text Example
Text Example
White with #D06926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06926; }
p { color: rgb(208,105,38); }
H1.HeaderClassName
{
color: #D06926;
}
.AnyTagClassName
{
color: #D06926;
}
</style>
background-color css
<style>
a { background-color: #D06926; }
a { background-color: rgb(208,105,38); }
div.DivClassName
{
background-color: #D06926;
}
.BgClassName
{
background-color: #D06926;
}
</style>
border-color css
<style>
span { border-color: #D06926; }
span { border-color: rgb(208,105,38); }
td.TdClassName
{
border-color: #D06926;
}
.TagClassName
{
border-color: #D06926;
}
</style>