Shades of Chocolate #DF701B
Tints of Chocolate #DF701B
RGB
CMYK
RGB Variations
Color information
#DF701B (or 0xDF701B) is known color: Chocolate. HEX triplet: DF, 70 and 1B. RGB value is (223,112,27). Sum of RGB (Red+Green+Blue) = 223+112+27=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF701B is #208FE4. Grayscale: #878787. Windows color (decimal): -2133989 or 1798367. OLE color: 1798367.
HSL color Cylindrical-coordinate representation of color #DF701B: hue angle of 26.02º 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 #DF701B is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 27 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.13 |
| HSL | 26.02º | 0.78% | 0.49% | - |
| HSV(B) | 26.02º | 0.88% | 0.87% | - |
| XYZ | 36.42 | 27.36 | 4.4 | - |
| YUV | 135.5 | 66.77 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 27 | 0 | 0.50 | 0.88 | 0.13 | 26.02 | 0.78 | 0.49 |
| Hex | DF | 70 | 1B | 0 | 32 | 58 | D | 1A | 4E | 31 |
| Octal | 337 | 160 | 33 | 0 | 62 | 130 | 15 | 32 | 116 | 61 |
| Binary | 11011111 | 1110000 | 11011 | 0 | 110010 | 1011000 | 1101 | 11010 | 1001110 | 110001 |
Color Harmonies of #DF701B
Complementary color
Monochromatic Colors of #DF701B
Black with #DF701B
Text Example
Text Example
White with #DF701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF701B; }
p { color: rgb(223,112,27); }
H1.HeaderClassName
{
color: #DF701B;
}
.AnyTagClassName
{
color: #DF701B;
}
</style>
background-color css
<style>
a { background-color: #DF701B; }
a { background-color: rgb(223,112,27); }
div.DivClassName
{
background-color: #DF701B;
}
.BgClassName
{
background-color: #DF701B;
}
</style>
border-color css
<style>
span { border-color: #DF701B; }
span { border-color: rgb(223,112,27); }
td.TdClassName
{
border-color: #DF701B;
}
.TagClassName
{
border-color: #DF701B;
}
</style>