Shades of Chocolate #D4501B
Tints of Chocolate #D4501B
RGB
CMYK
RGB Variations
Color information
#D4501B (or 0xD4501B) is known color: Chocolate. HEX triplet: D4, 50 and 1B. RGB value is (212,80,27). Sum of RGB (Red+Green+Blue) = 212+80+27=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D4501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4501B is #2BAFE4. Grayscale: #717171. Windows color (decimal): -2863077 or 1790164. OLE color: 1790164.
HSL color Cylindrical-coordinate representation of color #D4501B: hue angle of 17.19º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4501B is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 27 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.17 |
| HSL | 17.19º | 0.77% | 0.47% | - |
| HSV(B) | 17.19º | 0.87% | 0.83% | - |
| XYZ | 30.22 | 19.81 | 3.27 | - |
| YUV | 113.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 27 | 0 | 0.62 | 0.87 | 0.17 | 17.19 | 0.77 | 0.47 |
| Hex | D4 | 50 | 1B | 0 | 3E | 57 | 11 | 11 | 4D | 2F |
| Octal | 324 | 120 | 33 | 0 | 76 | 127 | 21 | 21 | 115 | 57 |
| Binary | 11010100 | 1010000 | 11011 | 0 | 111110 | 1010111 | 10001 | 10001 | 1001101 | 101111 |
Color Harmonies of #D4501B
Complementary color
Monochromatic Colors of #D4501B
Black with #D4501B
Text Example
Text Example
White with #D4501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4501B; }
p { color: rgb(212,80,27); }
H1.HeaderClassName
{
color: #D4501B;
}
.AnyTagClassName
{
color: #D4501B;
}
</style>
background-color css
<style>
a { background-color: #D4501B; }
a { background-color: rgb(212,80,27); }
div.DivClassName
{
background-color: #D4501B;
}
.BgClassName
{
background-color: #D4501B;
}
</style>
border-color css
<style>
span { border-color: #D4501B; }
span { border-color: rgb(212,80,27); }
td.TdClassName
{
border-color: #D4501B;
}
.TagClassName
{
border-color: #D4501B;
}
</style>