Shades of Chocolate #DF691B
Tints of Chocolate #DF691B
RGB
CMYK
RGB Variations
Color information
#DF691B (or 0xDF691B) is known color: Chocolate. HEX triplet: DF, 69 and 1B. RGB value is (223,105,27). Sum of RGB (Red+Green+Blue) = 223+105+27=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF691B is #2096E4. Grayscale: #838383. Windows color (decimal): -2135781 or 1796575. OLE color: 1796575.
HSL color Cylindrical-coordinate representation of color #DF691B: hue angle of 23.88º 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 #DF691B is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 27 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.13 |
| HSL | 23.88º | 0.78% | 0.49% | - |
| HSV(B) | 23.88º | 0.88% | 0.87% | - |
| XYZ | 35.68 | 25.87 | 4.15 | - |
| YUV | 131.39 | 69.09 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 27 | 0 | 0.53 | 0.88 | 0.13 | 23.88 | 0.78 | 0.49 |
| Hex | DF | 69 | 1B | 0 | 35 | 58 | D | 18 | 4E | 31 |
| Octal | 337 | 151 | 33 | 0 | 65 | 130 | 15 | 30 | 116 | 61 |
| Binary | 11011111 | 1101001 | 11011 | 0 | 110101 | 1011000 | 1101 | 11000 | 1001110 | 110001 |
Color Harmonies of #DF691B
Complementary color
Monochromatic Colors of #DF691B
Black with #DF691B
Text Example
Text Example
White with #DF691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF691B; }
p { color: rgb(223,105,27); }
H1.HeaderClassName
{
color: #DF691B;
}
.AnyTagClassName
{
color: #DF691B;
}
</style>
background-color css
<style>
a { background-color: #DF691B; }
a { background-color: rgb(223,105,27); }
div.DivClassName
{
background-color: #DF691B;
}
.BgClassName
{
background-color: #DF691B;
}
</style>
border-color css
<style>
span { border-color: #DF691B; }
span { border-color: rgb(223,105,27); }
td.TdClassName
{
border-color: #DF691B;
}
.TagClassName
{
border-color: #DF691B;
}
</style>