Shades of Chocolate #DE671F
Tints of Chocolate #DE671F
RGB
CMYK
RGB Variations
Color information
#DE671F (or 0xDE671F) is known color: Chocolate. HEX triplet: DE, 67 and 1F. RGB value is (222,103,31). Sum of RGB (Red+Green+Blue) = 222+103+31=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE671F is #2198E0. Grayscale: #828282. Windows color (decimal): -2201825 or 2058206. OLE color: 2058206.
HSL color Cylindrical-coordinate representation of color #DE671F: hue angle of 22.62º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE671F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 31 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.13 |
| HSL | 22.62º | 0.75% | 0.5% | - |
| HSV(B) | 22.62º | 0.86% | 0.87% | - |
| XYZ | 35.22 | 25.33 | 4.33 | - |
| YUV | 130.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 31 | 0 | 0.54 | 0.86 | 0.13 | 22.62 | 0.75 | 0.5 |
| Hex | DE | 67 | 1F | 0 | 36 | 56 | D | 17 | 4B | 32 |
| Octal | 336 | 147 | 37 | 0 | 66 | 126 | 15 | 27 | 113 | 62 |
| Binary | 11011110 | 1100111 | 11111 | 0 | 110110 | 1010110 | 1101 | 10111 | 1001011 | 110010 |
Color Harmonies of #DE671F
Complementary color
Monochromatic Colors of #DE671F
Black with #DE671F
Text Example
Text Example
White with #DE671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE671F; }
p { color: rgb(222,103,31); }
H1.HeaderClassName
{
color: #DE671F;
}
.AnyTagClassName
{
color: #DE671F;
}
</style>
background-color css
<style>
a { background-color: #DE671F; }
a { background-color: rgb(222,103,31); }
div.DivClassName
{
background-color: #DE671F;
}
.BgClassName
{
background-color: #DE671F;
}
</style>
border-color css
<style>
span { border-color: #DE671F; }
span { border-color: rgb(222,103,31); }
td.TdClassName
{
border-color: #DE671F;
}
.TagClassName
{
border-color: #DE671F;
}
</style>