Shades of Chocolate #DF6D1A
Tints of Chocolate #DF6D1A
RGB
CMYK
RGB Variations
Color information
#DF6D1A (or 0xDF6D1A) is known color: Chocolate. HEX triplet: DF, 6D and 1A. RGB value is (223,109,26). Sum of RGB (Red+Green+Blue) = 223+109+26=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D1A is #2092E5. Grayscale: #868686. Windows color (decimal): -2134758 or 1732063. OLE color: 1732063.
HSL color Cylindrical-coordinate representation of color #DF6D1A: hue angle of 25.28º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF6D1A is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 26 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.13 |
| HSL | 25.28º | 0.79% | 0.49% | - |
| HSV(B) | 25.28º | 0.88% | 0.87% | - |
| XYZ | 36.09 | 26.7 | 4.23 | - |
| YUV | 133.62 | 67.27 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 26 | 0 | 0.51 | 0.88 | 0.13 | 25.28 | 0.79 | 0.49 |
| Hex | DF | 6D | 1A | 0 | 33 | 58 | D | 19 | 4F | 31 |
| Octal | 337 | 155 | 32 | 0 | 63 | 130 | 15 | 31 | 117 | 61 |
| Binary | 11011111 | 1101101 | 11010 | 0 | 110011 | 1011000 | 1101 | 11001 | 1001111 | 110001 |
Color Harmonies of #DF6D1A
Complementary color
Monochromatic Colors of #DF6D1A
Black with #DF6D1A
Text Example
Text Example
White with #DF6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D1A; }
p { color: rgb(223,109,26); }
H1.HeaderClassName
{
color: #DF6D1A;
}
.AnyTagClassName
{
color: #DF6D1A;
}
</style>
background-color css
<style>
a { background-color: #DF6D1A; }
a { background-color: rgb(223,109,26); }
div.DivClassName
{
background-color: #DF6D1A;
}
.BgClassName
{
background-color: #DF6D1A;
}
</style>
border-color css
<style>
span { border-color: #DF6D1A; }
span { border-color: rgb(223,109,26); }
td.TdClassName
{
border-color: #DF6D1A;
}
.TagClassName
{
border-color: #DF6D1A;
}
</style>