Shades of Chocolate #DD6914
Tints of Chocolate #DD6914
RGB
CMYK
RGB Variations
Color information
#DD6914 (or 0xDD6914) is known color: Chocolate. HEX triplet: DD, 69 and 14. RGB value is (221,105,20). Sum of RGB (Red+Green+Blue) = 221+105+20=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6914 is #2296EB. Grayscale: #828282. Windows color (decimal): -2266860 or 1337821. OLE color: 1337821.
HSL color Cylindrical-coordinate representation of color #DD6914: hue angle of 25.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD6914 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.13 |
| HSL | 25.37º | 0.83% | 0.47% | - |
| HSV(B) | 25.37º | 0.91% | 0.87% | - |
| XYZ | 35 | 25.53 | 3.74 | - |
| YUV | 129.99 | 65.93 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 20 | 0 | 0.52 | 0.91 | 0.13 | 25.37 | 0.83 | 0.47 |
| Hex | DD | 69 | 14 | 0 | 34 | 5B | D | 19 | 53 | 2F |
| Octal | 335 | 151 | 24 | 0 | 64 | 133 | 15 | 31 | 123 | 57 |
| Binary | 11011101 | 1101001 | 10100 | 0 | 110100 | 1011011 | 1101 | 11001 | 1010011 | 101111 |
Color Harmonies of #DD6914
Complementary color
Monochromatic Colors of #DD6914
Black with #DD6914
Text Example
Text Example
White with #DD6914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6914; }
p { color: rgb(221,105,20); }
H1.HeaderClassName
{
color: #DD6914;
}
.AnyTagClassName
{
color: #DD6914;
}
</style>
background-color css
<style>
a { background-color: #DD6914; }
a { background-color: rgb(221,105,20); }
div.DivClassName
{
background-color: #DD6914;
}
.BgClassName
{
background-color: #DD6914;
}
</style>
border-color css
<style>
span { border-color: #DD6914; }
span { border-color: rgb(221,105,20); }
td.TdClassName
{
border-color: #DD6914;
}
.TagClassName
{
border-color: #DD6914;
}
</style>