Shades of Chocolate #D4671F
Tints of Chocolate #D4671F
RGB
CMYK
RGB Variations
Color information
#D4671F (or 0xD4671F) is known color: Chocolate. HEX triplet: D4, 67 and 1F. RGB value is (212,103,31). Sum of RGB (Red+Green+Blue) = 212+103+31=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4671F is #2B98E0. Grayscale: #7F7F7F. Windows color (decimal): -2857185 or 2058196. OLE color: 2058196.
HSL color Cylindrical-coordinate representation of color #D4671F: hue angle of 23.87º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4671F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 31 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.17 |
| HSL | 23.87º | 0.74% | 0.48% | - |
| HSV(B) | 23.87º | 0.85% | 0.83% | - |
| XYZ | 32.25 | 23.8 | 4.19 | - |
| YUV | 127.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 31 | 0 | 0.51 | 0.85 | 0.17 | 23.87 | 0.74 | 0.48 |
| Hex | D4 | 67 | 1F | 0 | 33 | 55 | 11 | 18 | 4A | 30 |
| Octal | 324 | 147 | 37 | 0 | 63 | 125 | 21 | 30 | 112 | 60 |
| Binary | 11010100 | 1100111 | 11111 | 0 | 110011 | 1010101 | 10001 | 11000 | 1001010 | 110000 |
Color Harmonies of #D4671F
Complementary color
Monochromatic Colors of #D4671F
Black with #D4671F
Text Example
Text Example
White with #D4671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4671F; }
p { color: rgb(212,103,31); }
H1.HeaderClassName
{
color: #D4671F;
}
.AnyTagClassName
{
color: #D4671F;
}
</style>
background-color css
<style>
a { background-color: #D4671F; }
a { background-color: rgb(212,103,31); }
div.DivClassName
{
background-color: #D4671F;
}
.BgClassName
{
background-color: #D4671F;
}
</style>
border-color css
<style>
span { border-color: #D4671F; }
span { border-color: rgb(212,103,31); }
td.TdClassName
{
border-color: #D4671F;
}
.TagClassName
{
border-color: #D4671F;
}
</style>