Shades of Chocolate #DF6B1F
Tints of Chocolate #DF6B1F
RGB
CMYK
RGB Variations
Color information
#DF6B1F (or 0xDF6B1F) is known color: Chocolate. HEX triplet: DF, 6B and 1F. RGB value is (223,107,31). Sum of RGB (Red+Green+Blue) = 223+107+31=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6B1F is #2094E0. Grayscale: #858585. Windows color (decimal): -2135265 or 2059231. OLE color: 2059231.
HSL color Cylindrical-coordinate representation of color #DF6B1F: hue angle of 23.75º degrees, saturation: 0.76, 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 #DF6B1F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 31 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.13 |
| HSL | 23.75º | 0.76% | 0.5% | - |
| HSV(B) | 23.75º | 0.86% | 0.87% | - |
| XYZ | 35.94 | 26.3 | 4.48 | - |
| YUV | 133.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 31 | 0 | 0.52 | 0.86 | 0.13 | 23.75 | 0.76 | 0.5 |
| Hex | DF | 6B | 1F | 0 | 34 | 56 | D | 18 | 4C | 32 |
| Octal | 337 | 153 | 37 | 0 | 64 | 126 | 15 | 30 | 114 | 62 |
| Binary | 11011111 | 1101011 | 11111 | 0 | 110100 | 1010110 | 1101 | 11000 | 1001100 | 110010 |
Color Harmonies of #DF6B1F
Complementary color
Monochromatic Colors of #DF6B1F
Black with #DF6B1F
Text Example
Text Example
White with #DF6B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B1F; }
p { color: rgb(223,107,31); }
H1.HeaderClassName
{
color: #DF6B1F;
}
.AnyTagClassName
{
color: #DF6B1F;
}
</style>
background-color css
<style>
a { background-color: #DF6B1F; }
a { background-color: rgb(223,107,31); }
div.DivClassName
{
background-color: #DF6B1F;
}
.BgClassName
{
background-color: #DF6B1F;
}
</style>
border-color css
<style>
span { border-color: #DF6B1F; }
span { border-color: rgb(223,107,31); }
td.TdClassName
{
border-color: #DF6B1F;
}
.TagClassName
{
border-color: #DF6B1F;
}
</style>