Shades of Chocolate #D0501A
Tints of Chocolate #D0501A
RGB
CMYK
RGB Variations
Color information
#D0501A (or 0xD0501A) is known color: Chocolate. HEX triplet: D0, 50 and 1A. RGB value is (208,80,26). Sum of RGB (Red+Green+Blue) = 208+80+26=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D0501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0501A is #2FAFE5. Grayscale: #707070. Windows color (decimal): -3125222 or 1724624. OLE color: 1724624.
HSL color Cylindrical-coordinate representation of color #D0501A: hue angle of 17.8º 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 #D0501A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.18 |
| HSL | 17.8º | 0.78% | 0.46% | - |
| HSV(B) | 17.8º | 0.88% | 0.82% | - |
| XYZ | 29.07 | 19.22 | 3.16 | - |
| YUV | 112.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 26 | 0 | 0.62 | 0.88 | 0.18 | 17.8 | 0.78 | 0.46 |
| Hex | D0 | 50 | 1A | 0 | 3E | 58 | 12 | 12 | 4E | 2E |
| Octal | 320 | 120 | 32 | 0 | 76 | 130 | 22 | 22 | 116 | 56 |
| Binary | 11010000 | 1010000 | 11010 | 0 | 111110 | 1011000 | 10010 | 10010 | 1001110 | 101110 |
Color Harmonies of #D0501A
Complementary color
Monochromatic Colors of #D0501A
Black with #D0501A
Text Example
Text Example
White with #D0501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0501A; }
p { color: rgb(208,80,26); }
H1.HeaderClassName
{
color: #D0501A;
}
.AnyTagClassName
{
color: #D0501A;
}
</style>
background-color css
<style>
a { background-color: #D0501A; }
a { background-color: rgb(208,80,26); }
div.DivClassName
{
background-color: #D0501A;
}
.BgClassName
{
background-color: #D0501A;
}
</style>
border-color css
<style>
span { border-color: #D0501A; }
span { border-color: rgb(208,80,26); }
td.TdClassName
{
border-color: #D0501A;
}
.TagClassName
{
border-color: #D0501A;
}
</style>