Shades of Chocolate #D0651A
Tints of Chocolate #D0651A
RGB
CMYK
RGB Variations
Color information
#D0651A (or 0xD0651A) is known color: Chocolate. HEX triplet: D0, 65 and 1A. RGB value is (208,101,26). Sum of RGB (Red+Green+Blue) = 208+101+26=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0651A is #2F9AE5. Grayscale: #7C7C7C. Windows color (decimal): -3119846 or 1730000. OLE color: 1730000.
HSL color Cylindrical-coordinate representation of color #D0651A: hue angle of 24.73º 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 #D0651A is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 26 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.18 |
| HSL | 24.73º | 0.78% | 0.46% | - |
| HSV(B) | 24.73º | 0.88% | 0.82% | - |
| XYZ | 30.85 | 22.79 | 3.75 | - |
| YUV | 124.44 | 72.45 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 26 | 0 | 0.51 | 0.88 | 0.18 | 24.73 | 0.78 | 0.46 |
| Hex | D0 | 65 | 1A | 0 | 33 | 58 | 12 | 19 | 4E | 2E |
| Octal | 320 | 145 | 32 | 0 | 63 | 130 | 22 | 31 | 116 | 56 |
| Binary | 11010000 | 1100101 | 11010 | 0 | 110011 | 1011000 | 10010 | 11001 | 1001110 | 101110 |
Color Harmonies of #D0651A
Complementary color
Monochromatic Colors of #D0651A
Black with #D0651A
Text Example
Text Example
White with #D0651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0651A; }
p { color: rgb(208,101,26); }
H1.HeaderClassName
{
color: #D0651A;
}
.AnyTagClassName
{
color: #D0651A;
}
</style>
background-color css
<style>
a { background-color: #D0651A; }
a { background-color: rgb(208,101,26); }
div.DivClassName
{
background-color: #D0651A;
}
.BgClassName
{
background-color: #D0651A;
}
</style>
border-color css
<style>
span { border-color: #D0651A; }
span { border-color: rgb(208,101,26); }
td.TdClassName
{
border-color: #D0651A;
}
.TagClassName
{
border-color: #D0651A;
}
</style>