Shades of Chocolate #D45A19
Tints of Chocolate #D45A19
RGB
CMYK
RGB Variations
Color information
#D45A19 (or 0xD45A19) is known color: Chocolate. HEX triplet: D4, 5A and 19. RGB value is (212,90,25). Sum of RGB (Red+Green+Blue) = 212+90+25=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45A19 is #2BA5E6. Grayscale: #777777. Windows color (decimal): -2860519 or 1661652. OLE color: 1661652.
HSL color Cylindrical-coordinate representation of color #D45A19: hue angle of 20.86º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D45A19 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 25 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.17 |
| HSL | 20.86º | 0.79% | 0.46% | - |
| HSV(B) | 20.86º | 0.88% | 0.83% | - |
| XYZ | 30.98 | 21.38 | 3.41 | - |
| YUV | 119.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 25 | 0 | 0.58 | 0.88 | 0.17 | 20.86 | 0.79 | 0.46 |
| Hex | D4 | 5A | 19 | 0 | 3A | 58 | 11 | 15 | 4F | 2E |
| Octal | 324 | 132 | 31 | 0 | 72 | 130 | 21 | 25 | 117 | 56 |
| Binary | 11010100 | 1011010 | 11001 | 0 | 111010 | 1011000 | 10001 | 10101 | 1001111 | 101110 |
Color Harmonies of #D45A19
Complementary color
Monochromatic Colors of #D45A19
Black with #D45A19
Text Example
Text Example
White with #D45A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45A19; }
p { color: rgb(212,90,25); }
H1.HeaderClassName
{
color: #D45A19;
}
.AnyTagClassName
{
color: #D45A19;
}
</style>
background-color css
<style>
a { background-color: #D45A19; }
a { background-color: rgb(212,90,25); }
div.DivClassName
{
background-color: #D45A19;
}
.BgClassName
{
background-color: #D45A19;
}
</style>
border-color css
<style>
span { border-color: #D45A19; }
span { border-color: rgb(212,90,25); }
td.TdClassName
{
border-color: #D45A19;
}
.TagClassName
{
border-color: #D45A19;
}
</style>