Shades of Chocolate #DF6B1B
Tints of Chocolate #DF6B1B
RGB
CMYK
RGB Variations
Color information
#DF6B1B (or 0xDF6B1B) is known color: Chocolate. HEX triplet: DF, 6B and 1B. RGB value is (223,107,27). Sum of RGB (Red+Green+Blue) = 223+107+27=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6B1B is #2094E4. Grayscale: #848484. Windows color (decimal): -2135269 or 1797087. OLE color: 1797087.
HSL color Cylindrical-coordinate representation of color #DF6B1B: hue angle of 24.49º 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 #DF6B1B is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 27 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.13 |
| HSL | 24.49º | 0.78% | 0.49% | - |
| HSV(B) | 24.49º | 0.88% | 0.87% | - |
| XYZ | 35.89 | 26.28 | 4.22 | - |
| YUV | 132.56 | 68.43 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 27 | 0 | 0.52 | 0.88 | 0.13 | 24.49 | 0.78 | 0.49 |
| Hex | DF | 6B | 1B | 0 | 34 | 58 | D | 18 | 4E | 31 |
| Octal | 337 | 153 | 33 | 0 | 64 | 130 | 15 | 30 | 116 | 61 |
| Binary | 11011111 | 1101011 | 11011 | 0 | 110100 | 1011000 | 1101 | 11000 | 1001110 | 110001 |
Color Harmonies of #DF6B1B
Complementary color
Monochromatic Colors of #DF6B1B
Black with #DF6B1B
Text Example
Text Example
White with #DF6B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B1B; }
p { color: rgb(223,107,27); }
H1.HeaderClassName
{
color: #DF6B1B;
}
.AnyTagClassName
{
color: #DF6B1B;
}
</style>
background-color css
<style>
a { background-color: #DF6B1B; }
a { background-color: rgb(223,107,27); }
div.DivClassName
{
background-color: #DF6B1B;
}
.BgClassName
{
background-color: #DF6B1B;
}
</style>
border-color css
<style>
span { border-color: #DF6B1B; }
span { border-color: rgb(223,107,27); }
td.TdClassName
{
border-color: #DF6B1B;
}
.TagClassName
{
border-color: #DF6B1B;
}
</style>