Shades of Chocolate #DD670D
Tints of Chocolate #DD670D
RGB
CMYK
RGB Variations
Color information
#DD670D (or 0xDD670D) is known color: Chocolate. HEX triplet: DD, 67 and 0D. RGB value is (221,103,13). Sum of RGB (Red+Green+Blue) = 221+103+13=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD670D is #2298F2. Grayscale: #808080. Windows color (decimal): -2267379 or 878557. OLE color: 878557.
HSL color Cylindrical-coordinate representation of color #DD670D: hue angle of 25.96º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD670D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.13 |
| HSL | 25.96º | 0.89% | 0.46% | - |
| HSV(B) | 25.96º | 0.94% | 0.87% | - |
| XYZ | 34.74 | 25.1 | 3.39 | - |
| YUV | 128.02 | 63.09 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 13 | 0 | 0.53 | 0.94 | 0.13 | 25.96 | 0.89 | 0.46 |
| Hex | DD | 67 | D | 0 | 35 | 5E | D | 1A | 59 | 2E |
| Octal | 335 | 147 | 15 | 0 | 65 | 136 | 15 | 32 | 131 | 56 |
| Binary | 11011101 | 1100111 | 1101 | 0 | 110101 | 1011110 | 1101 | 11010 | 1011001 | 101110 |
Color Harmonies of #DD670D
Complementary color
Monochromatic Colors of #DD670D
Black with #DD670D
Text Example
Text Example
White with #DD670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD670D; }
p { color: rgb(221,103,13); }
H1.HeaderClassName
{
color: #DD670D;
}
.AnyTagClassName
{
color: #DD670D;
}
</style>
background-color css
<style>
a { background-color: #DD670D; }
a { background-color: rgb(221,103,13); }
div.DivClassName
{
background-color: #DD670D;
}
.BgClassName
{
background-color: #DD670D;
}
</style>
border-color css
<style>
span { border-color: #DD670D; }
span { border-color: rgb(221,103,13); }
td.TdClassName
{
border-color: #DD670D;
}
.TagClassName
{
border-color: #DD670D;
}
</style>