Shades of Chocolate #DF6B1E
Tints of Chocolate #DF6B1E
RGB
CMYK
RGB Variations
Color information
#DF6B1E (or 0xDF6B1E) is known color: Chocolate. HEX triplet: DF, 6B and 1E. RGB value is (223,107,30). Sum of RGB (Red+Green+Blue) = 223+107+30=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6B1E is #2094E1. Grayscale: #858585. Windows color (decimal): -2135266 or 1993695. OLE color: 1993695.
HSL color Cylindrical-coordinate representation of color #DF6B1E: hue angle of 23.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF6B1E is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 30 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.13 |
| HSL | 23.94º | 0.76% | 0.5% | - |
| HSV(B) | 23.94º | 0.87% | 0.87% | - |
| XYZ | 35.92 | 26.3 | 4.41 | - |
| YUV | 132.91 | 69.93 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 30 | 0 | 0.52 | 0.87 | 0.13 | 23.94 | 0.76 | 0.5 |
| Hex | DF | 6B | 1E | 0 | 34 | 57 | D | 18 | 4C | 32 |
| Octal | 337 | 153 | 36 | 0 | 64 | 127 | 15 | 30 | 114 | 62 |
| Binary | 11011111 | 1101011 | 11110 | 0 | 110100 | 1010111 | 1101 | 11000 | 1001100 | 110010 |
Color Harmonies of #DF6B1E
Complementary color
Monochromatic Colors of #DF6B1E
Black with #DF6B1E
Text Example
Text Example
White with #DF6B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B1E; }
p { color: rgb(223,107,30); }
H1.HeaderClassName
{
color: #DF6B1E;
}
.AnyTagClassName
{
color: #DF6B1E;
}
</style>
background-color css
<style>
a { background-color: #DF6B1E; }
a { background-color: rgb(223,107,30); }
div.DivClassName
{
background-color: #DF6B1E;
}
.BgClassName
{
background-color: #DF6B1E;
}
</style>
border-color css
<style>
span { border-color: #DF6B1E; }
span { border-color: rgb(223,107,30); }
td.TdClassName
{
border-color: #DF6B1E;
}
.TagClassName
{
border-color: #DF6B1E;
}
</style>