Shades of Chocolate #D06F1B
Tints of Chocolate #D06F1B
RGB
CMYK
RGB Variations
Color information
#D06F1B (or 0xD06F1B) is known color: Chocolate. HEX triplet: D0, 6F and 1B. RGB value is (208,111,27). Sum of RGB (Red+Green+Blue) = 208+111+27=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F1B is #2F90E4. Grayscale: #828282. Windows color (decimal): -3117285 or 1798096. OLE color: 1798096.
HSL color Cylindrical-coordinate representation of color #D06F1B: hue angle of 27.85º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D06F1B is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 27 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.18 |
| HSL | 27.85º | 0.77% | 0.46% | - |
| HSV(B) | 27.85º | 0.87% | 0.82% | - |
| XYZ | 31.89 | 24.86 | 4.15 | - |
| YUV | 130.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 27 | 0 | 0.47 | 0.87 | 0.18 | 27.85 | 0.77 | 0.46 |
| Hex | D0 | 6F | 1B | 0 | 2F | 57 | 12 | 1C | 4D | 2E |
| Octal | 320 | 157 | 33 | 0 | 57 | 127 | 22 | 34 | 115 | 56 |
| Binary | 11010000 | 1101111 | 11011 | 0 | 101111 | 1010111 | 10010 | 11100 | 1001101 | 101110 |
Color Harmonies of #D06F1B
Complementary color
Monochromatic Colors of #D06F1B
Black with #D06F1B
Text Example
Text Example
White with #D06F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F1B; }
p { color: rgb(208,111,27); }
H1.HeaderClassName
{
color: #D06F1B;
}
.AnyTagClassName
{
color: #D06F1B;
}
</style>
background-color css
<style>
a { background-color: #D06F1B; }
a { background-color: rgb(208,111,27); }
div.DivClassName
{
background-color: #D06F1B;
}
.BgClassName
{
background-color: #D06F1B;
}
</style>
border-color css
<style>
span { border-color: #D06F1B; }
span { border-color: rgb(208,111,27); }
td.TdClassName
{
border-color: #D06F1B;
}
.TagClassName
{
border-color: #D06F1B;
}
</style>