Shades of Chocolate #D5721C
Tints of Chocolate #D5721C
RGB
CMYK
RGB Variations
Color information
#D5721C (or 0xD5721C) is known color: Chocolate. HEX triplet: D5, 72 and 1C. RGB value is (213,114,28). Sum of RGB (Red+Green+Blue) = 213+114+28=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5721C is #2A8DE3. Grayscale: #868686. Windows color (decimal): -2788836 or 1864405. OLE color: 1864405.
HSL color Cylindrical-coordinate representation of color #D5721C: hue angle of 27.89º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5721C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 28 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.16 |
| HSL | 27.89º | 0.77% | 0.47% | - |
| HSV(B) | 27.89º | 0.87% | 0.84% | - |
| XYZ | 33.67 | 26.26 | 4.39 | - |
| YUV | 133.8 | 68.3 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 28 | 0 | 0.46 | 0.87 | 0.16 | 27.89 | 0.77 | 0.47 |
| Hex | D5 | 72 | 1C | 0 | 2E | 57 | 10 | 1C | 4D | 2F |
| Octal | 325 | 162 | 34 | 0 | 56 | 127 | 20 | 34 | 115 | 57 |
| Binary | 11010101 | 1110010 | 11100 | 0 | 101110 | 1010111 | 10000 | 11100 | 1001101 | 101111 |
Color Harmonies of #D5721C
Complementary color
Monochromatic Colors of #D5721C
Black with #D5721C
Text Example
Text Example
White with #D5721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5721C; }
p { color: rgb(213,114,28); }
H1.HeaderClassName
{
color: #D5721C;
}
.AnyTagClassName
{
color: #D5721C;
}
</style>
background-color css
<style>
a { background-color: #D5721C; }
a { background-color: rgb(213,114,28); }
div.DivClassName
{
background-color: #D5721C;
}
.BgClassName
{
background-color: #D5721C;
}
</style>
border-color css
<style>
span { border-color: #D5721C; }
span { border-color: rgb(213,114,28); }
td.TdClassName
{
border-color: #D5721C;
}
.TagClassName
{
border-color: #D5721C;
}
</style>