Shades of Chocolate #D5671F
Tints of Chocolate #D5671F
RGB
CMYK
RGB Variations
Color information
#D5671F (or 0xD5671F) is known color: Chocolate. HEX triplet: D5, 67 and 1F. RGB value is (213,103,31). Sum of RGB (Red+Green+Blue) = 213+103+31=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5671F is #2A98E0. Grayscale: #808080. Windows color (decimal): -2791649 or 2058197. OLE color: 2058197.
HSL color Cylindrical-coordinate representation of color #D5671F: hue angle of 23.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5671F is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 31 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.16 |
| HSL | 23.74º | 0.75% | 0.48% | - |
| HSV(B) | 23.74º | 0.85% | 0.84% | - |
| XYZ | 32.54 | 23.95 | 4.2 | - |
| YUV | 127.68 | 73.44 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 31 | 0 | 0.52 | 0.85 | 0.16 | 23.74 | 0.75 | 0.48 |
| Hex | D5 | 67 | 1F | 0 | 34 | 55 | 10 | 18 | 4B | 30 |
| Octal | 325 | 147 | 37 | 0 | 64 | 125 | 20 | 30 | 113 | 60 |
| Binary | 11010101 | 1100111 | 11111 | 0 | 110100 | 1010101 | 10000 | 11000 | 1001011 | 110000 |
Color Harmonies of #D5671F
Complementary color
Monochromatic Colors of #D5671F
Black with #D5671F
Text Example
Text Example
White with #D5671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5671F; }
p { color: rgb(213,103,31); }
H1.HeaderClassName
{
color: #D5671F;
}
.AnyTagClassName
{
color: #D5671F;
}
</style>
background-color css
<style>
a { background-color: #D5671F; }
a { background-color: rgb(213,103,31); }
div.DivClassName
{
background-color: #D5671F;
}
.BgClassName
{
background-color: #D5671F;
}
</style>
border-color css
<style>
span { border-color: #D5671F; }
span { border-color: rgb(213,103,31); }
td.TdClassName
{
border-color: #D5671F;
}
.TagClassName
{
border-color: #D5671F;
}
</style>