Shades of Chocolate #D4501A
Tints of Chocolate #D4501A
RGB
CMYK
RGB Variations
Color information
#D4501A (or 0xD4501A) is known color: Chocolate. HEX triplet: D4, 50 and 1A. RGB value is (212,80,26). Sum of RGB (Red+Green+Blue) = 212+80+26=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D4501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4501A is #2BAFE5. Grayscale: #717171. Windows color (decimal): -2863078 or 1724628. OLE color: 1724628.
HSL color Cylindrical-coordinate representation of color #D4501A: hue angle of 17.42º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4501A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.17 |
| HSL | 17.42º | 0.78% | 0.47% | - |
| HSV(B) | 17.42º | 0.88% | 0.83% | - |
| XYZ | 30.21 | 19.81 | 3.21 | - |
| YUV | 113.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 26 | 0 | 0.62 | 0.88 | 0.17 | 17.42 | 0.78 | 0.47 |
| Hex | D4 | 50 | 1A | 0 | 3E | 58 | 11 | 11 | 4E | 2F |
| Octal | 324 | 120 | 32 | 0 | 76 | 130 | 21 | 21 | 116 | 57 |
| Binary | 11010100 | 1010000 | 11010 | 0 | 111110 | 1011000 | 10001 | 10001 | 1001110 | 101111 |
Color Harmonies of #D4501A
Complementary color
Monochromatic Colors of #D4501A
Black with #D4501A
Text Example
Text Example
White with #D4501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4501A; }
p { color: rgb(212,80,26); }
H1.HeaderClassName
{
color: #D4501A;
}
.AnyTagClassName
{
color: #D4501A;
}
</style>
background-color css
<style>
a { background-color: #D4501A; }
a { background-color: rgb(212,80,26); }
div.DivClassName
{
background-color: #D4501A;
}
.BgClassName
{
background-color: #D4501A;
}
</style>
border-color css
<style>
span { border-color: #D4501A; }
span { border-color: rgb(212,80,26); }
td.TdClassName
{
border-color: #D4501A;
}
.TagClassName
{
border-color: #D4501A;
}
</style>