Shades of Chocolate #D8671F
Tints of Chocolate #D8671F
RGB
CMYK
RGB Variations
Color information
#D8671F (or 0xD8671F) is known color: Chocolate. HEX triplet: D8, 67 and 1F. RGB value is (216,103,31). Sum of RGB (Red+Green+Blue) = 216+103+31=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8671F is #2798E0. Grayscale: #808080. Windows color (decimal): -2595041 or 2058200. OLE color: 2058200.
HSL color Cylindrical-coordinate representation of color #D8671F: hue angle of 23.35º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8671F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 31 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.15 |
| HSL | 23.35º | 0.75% | 0.48% | - |
| HSV(B) | 23.35º | 0.86% | 0.85% | - |
| XYZ | 33.42 | 24.4 | 4.24 | - |
| YUV | 128.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 31 | 0 | 0.52 | 0.86 | 0.15 | 23.35 | 0.75 | 0.48 |
| Hex | D8 | 67 | 1F | 0 | 34 | 56 | F | 17 | 4B | 30 |
| Octal | 330 | 147 | 37 | 0 | 64 | 126 | 17 | 27 | 113 | 60 |
| Binary | 11011000 | 1100111 | 11111 | 0 | 110100 | 1010110 | 1111 | 10111 | 1001011 | 110000 |
Color Harmonies of #D8671F
Complementary color
Monochromatic Colors of #D8671F
Black with #D8671F
Text Example
Text Example
White with #D8671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8671F; }
p { color: rgb(216,103,31); }
H1.HeaderClassName
{
color: #D8671F;
}
.AnyTagClassName
{
color: #D8671F;
}
</style>
background-color css
<style>
a { background-color: #D8671F; }
a { background-color: rgb(216,103,31); }
div.DivClassName
{
background-color: #D8671F;
}
.BgClassName
{
background-color: #D8671F;
}
</style>
border-color css
<style>
span { border-color: #D8671F; }
span { border-color: rgb(216,103,31); }
td.TdClassName
{
border-color: #D8671F;
}
.TagClassName
{
border-color: #D8671F;
}
</style>