Shades of Chocolate #DF6A1B
Tints of Chocolate #DF6A1B
RGB
CMYK
RGB Variations
Color information
#DF6A1B (or 0xDF6A1B) is known color: Chocolate. HEX triplet: DF, 6A and 1B. RGB value is (223,106,27). Sum of RGB (Red+Green+Blue) = 223+106+27=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A1B is #2095E4. Grayscale: #848484. Windows color (decimal): -2135525 or 1796831. OLE color: 1796831.
HSL color Cylindrical-coordinate representation of color #DF6A1B: hue angle of 24.18º degrees, saturation: 0.78, 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 #DF6A1B is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 27 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.13 |
| HSL | 24.18º | 0.78% | 0.49% | - |
| HSV(B) | 24.18º | 0.88% | 0.87% | - |
| XYZ | 35.78 | 26.08 | 4.18 | - |
| YUV | 131.98 | 68.76 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 27 | 0 | 0.52 | 0.88 | 0.13 | 24.18 | 0.78 | 0.49 |
| Hex | DF | 6A | 1B | 0 | 34 | 58 | D | 18 | 4E | 31 |
| Octal | 337 | 152 | 33 | 0 | 64 | 130 | 15 | 30 | 116 | 61 |
| Binary | 11011111 | 1101010 | 11011 | 0 | 110100 | 1011000 | 1101 | 11000 | 1001110 | 110001 |
Color Harmonies of #DF6A1B
Complementary color
Monochromatic Colors of #DF6A1B
Black with #DF6A1B
Text Example
Text Example
White with #DF6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6A1B; }
p { color: rgb(223,106,27); }
H1.HeaderClassName
{
color: #DF6A1B;
}
.AnyTagClassName
{
color: #DF6A1B;
}
</style>
background-color css
<style>
a { background-color: #DF6A1B; }
a { background-color: rgb(223,106,27); }
div.DivClassName
{
background-color: #DF6A1B;
}
.BgClassName
{
background-color: #DF6A1B;
}
</style>
border-color css
<style>
span { border-color: #DF6A1B; }
span { border-color: rgb(223,106,27); }
td.TdClassName
{
border-color: #DF6A1B;
}
.TagClassName
{
border-color: #DF6A1B;
}
</style>