Shades of Chocolate #D5701B
Tints of Chocolate #D5701B
RGB
CMYK
RGB Variations
Color information
#D5701B (or 0xD5701B) is known color: Chocolate. HEX triplet: D5, 70 and 1B. RGB value is (213,112,27). Sum of RGB (Red+Green+Blue) = 213+112+27=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5701B is #2A8FE4. Grayscale: #848484. Windows color (decimal): -2789349 or 1798357. OLE color: 1798357.
HSL color Cylindrical-coordinate representation of color #D5701B: hue angle of 27.42º 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 #D5701B is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 27 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.16 |
| HSL | 27.42º | 0.78% | 0.47% | - |
| HSV(B) | 27.42º | 0.87% | 0.84% | - |
| XYZ | 33.43 | 25.81 | 4.26 | - |
| YUV | 132.51 | 68.46 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 27 | 0 | 0.47 | 0.87 | 0.16 | 27.42 | 0.78 | 0.47 |
| Hex | D5 | 70 | 1B | 0 | 2F | 57 | 10 | 1B | 4E | 2F |
| Octal | 325 | 160 | 33 | 0 | 57 | 127 | 20 | 33 | 116 | 57 |
| Binary | 11010101 | 1110000 | 11011 | 0 | 101111 | 1010111 | 10000 | 11011 | 1001110 | 101111 |
Color Harmonies of #D5701B
Complementary color
Monochromatic Colors of #D5701B
Black with #D5701B
Text Example
Text Example
White with #D5701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5701B; }
p { color: rgb(213,112,27); }
H1.HeaderClassName
{
color: #D5701B;
}
.AnyTagClassName
{
color: #D5701B;
}
</style>
background-color css
<style>
a { background-color: #D5701B; }
a { background-color: rgb(213,112,27); }
div.DivClassName
{
background-color: #D5701B;
}
.BgClassName
{
background-color: #D5701B;
}
</style>
border-color css
<style>
span { border-color: #D5701B; }
span { border-color: rgb(213,112,27); }
td.TdClassName
{
border-color: #D5701B;
}
.TagClassName
{
border-color: #D5701B;
}
</style>