Shades of Chocolate #DD691D
Tints of Chocolate #DD691D
RGB
CMYK
RGB Variations
Color information
#DD691D (or 0xDD691D) is known color: Chocolate. HEX triplet: DD, 69 and 1D. RGB value is (221,105,29). Sum of RGB (Red+Green+Blue) = 221+105+29=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD691D is #2296E2. Grayscale: #838383. Windows color (decimal): -2266851 or 1927645. OLE color: 1927645.
HSL color Cylindrical-coordinate representation of color #DD691D: hue angle of 23.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD691D is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 29 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.13 |
| HSL | 23.75º | 0.77% | 0.49% | - |
| HSV(B) | 23.75º | 0.87% | 0.87% | - |
| XYZ | 35.09 | 25.56 | 4.25 | - |
| YUV | 131.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 29 | 0 | 0.52 | 0.87 | 0.13 | 23.75 | 0.77 | 0.49 |
| Hex | DD | 69 | 1D | 0 | 34 | 57 | D | 18 | 4D | 31 |
| Octal | 335 | 151 | 35 | 0 | 64 | 127 | 15 | 30 | 115 | 61 |
| Binary | 11011101 | 1101001 | 11101 | 0 | 110100 | 1010111 | 1101 | 11000 | 1001101 | 110001 |
Color Harmonies of #DD691D
Complementary color
Monochromatic Colors of #DD691D
Black with #DD691D
Text Example
Text Example
White with #DD691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD691D; }
p { color: rgb(221,105,29); }
H1.HeaderClassName
{
color: #DD691D;
}
.AnyTagClassName
{
color: #DD691D;
}
</style>
background-color css
<style>
a { background-color: #DD691D; }
a { background-color: rgb(221,105,29); }
div.DivClassName
{
background-color: #DD691D;
}
.BgClassName
{
background-color: #DD691D;
}
</style>
border-color css
<style>
span { border-color: #DD691D; }
span { border-color: rgb(221,105,29); }
td.TdClassName
{
border-color: #DD691D;
}
.TagClassName
{
border-color: #DD691D;
}
</style>