Shades of Chocolate #D5721E
Tints of Chocolate #D5721E
RGB
CMYK
RGB Variations
Color information
#D5721E (or 0xD5721E) is known color: Chocolate. HEX triplet: D5, 72 and 1E. RGB value is (213,114,30). Sum of RGB (Red+Green+Blue) = 213+114+30=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5721E is #2A8DE1. Grayscale: #868686. Windows color (decimal): -2788834 or 1995477. OLE color: 1995477.
HSL color Cylindrical-coordinate representation of color #D5721E: hue angle of 27.54º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5721E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.16 |
| HSL | 27.54º | 0.75% | 0.48% | - |
| HSV(B) | 27.54º | 0.86% | 0.84% | - |
| XYZ | 33.69 | 26.27 | 4.52 | - |
| YUV | 134.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 30 | 0 | 0.46 | 0.86 | 0.16 | 27.54 | 0.75 | 0.48 |
| Hex | D5 | 72 | 1E | 0 | 2E | 56 | 10 | 1C | 4B | 30 |
| Octal | 325 | 162 | 36 | 0 | 56 | 126 | 20 | 34 | 113 | 60 |
| Binary | 11010101 | 1110010 | 11110 | 0 | 101110 | 1010110 | 10000 | 11100 | 1001011 | 110000 |
Color Harmonies of #D5721E
Complementary color
Monochromatic Colors of #D5721E
Black with #D5721E
Text Example
Text Example
White with #D5721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5721E; }
p { color: rgb(213,114,30); }
H1.HeaderClassName
{
color: #D5721E;
}
.AnyTagClassName
{
color: #D5721E;
}
</style>
background-color css
<style>
a { background-color: #D5721E; }
a { background-color: rgb(213,114,30); }
div.DivClassName
{
background-color: #D5721E;
}
.BgClassName
{
background-color: #D5721E;
}
</style>
border-color css
<style>
span { border-color: #D5721E; }
span { border-color: rgb(213,114,30); }
td.TdClassName
{
border-color: #D5721E;
}
.TagClassName
{
border-color: #D5721E;
}
</style>