Shades of Chocolate #D0681A
Tints of Chocolate #D0681A
RGB
CMYK
RGB Variations
Color information
#D0681A (or 0xD0681A) is known color: Chocolate. HEX triplet: D0, 68 and 1A. RGB value is (208,104,26). Sum of RGB (Red+Green+Blue) = 208+104+26=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0681A is #2F97E5. Grayscale: #7E7E7E. Windows color (decimal): -3119078 or 1730768. OLE color: 1730768.
HSL color Cylindrical-coordinate representation of color #D0681A: hue angle of 25.71º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0681A is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 26 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.18 |
| HSL | 25.71º | 0.78% | 0.46% | - |
| HSV(B) | 25.71º | 0.88% | 0.82% | - |
| XYZ | 31.15 | 23.39 | 3.85 | - |
| YUV | 126.2 | 71.46 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 26 | 0 | 0.5 | 0.88 | 0.18 | 25.71 | 0.78 | 0.46 |
| Hex | D0 | 68 | 1A | 0 | 32 | 58 | 12 | 1A | 4E | 2E |
| Octal | 320 | 150 | 32 | 0 | 62 | 130 | 22 | 32 | 116 | 56 |
| Binary | 11010000 | 1101000 | 11010 | 0 | 110010 | 1011000 | 10010 | 11010 | 1001110 | 101110 |
Color Harmonies of #D0681A
Complementary color
Monochromatic Colors of #D0681A
Black with #D0681A
Text Example
Text Example
White with #D0681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0681A; }
p { color: rgb(208,104,26); }
H1.HeaderClassName
{
color: #D0681A;
}
.AnyTagClassName
{
color: #D0681A;
}
</style>
background-color css
<style>
a { background-color: #D0681A; }
a { background-color: rgb(208,104,26); }
div.DivClassName
{
background-color: #D0681A;
}
.BgClassName
{
background-color: #D0681A;
}
</style>
border-color css
<style>
span { border-color: #D0681A; }
span { border-color: rgb(208,104,26); }
td.TdClassName
{
border-color: #D0681A;
}
.TagClassName
{
border-color: #D0681A;
}
</style>