Shades of Chocolate #DD671E
Tints of Chocolate #DD671E
RGB
CMYK
RGB Variations
Color information
#DD671E (or 0xDD671E) is known color: Chocolate. HEX triplet: DD, 67 and 1E. RGB value is (221,103,30). Sum of RGB (Red+Green+Blue) = 221+103+30=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD671E is #2298E1. Grayscale: #828282. Windows color (decimal): -2267362 or 1992669. OLE color: 1992669.
HSL color Cylindrical-coordinate representation of color #DD671E: hue angle of 22.93º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD671E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 30 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.13 |
| HSL | 22.93º | 0.76% | 0.49% | - |
| HSV(B) | 22.93º | 0.86% | 0.87% | - |
| XYZ | 34.9 | 25.17 | 4.25 | - |
| YUV | 129.96 | 71.59 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 30 | 0 | 0.53 | 0.86 | 0.13 | 22.93 | 0.76 | 0.49 |
| Hex | DD | 67 | 1E | 0 | 35 | 56 | D | 17 | 4C | 31 |
| Octal | 335 | 147 | 36 | 0 | 65 | 126 | 15 | 27 | 114 | 61 |
| Binary | 11011101 | 1100111 | 11110 | 0 | 110101 | 1010110 | 1101 | 10111 | 1001100 | 110001 |
Color Harmonies of #DD671E
Complementary color
Monochromatic Colors of #DD671E
Black with #DD671E
Text Example
Text Example
White with #DD671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD671E; }
p { color: rgb(221,103,30); }
H1.HeaderClassName
{
color: #DD671E;
}
.AnyTagClassName
{
color: #DD671E;
}
</style>
background-color css
<style>
a { background-color: #DD671E; }
a { background-color: rgb(221,103,30); }
div.DivClassName
{
background-color: #DD671E;
}
.BgClassName
{
background-color: #DD671E;
}
</style>
border-color css
<style>
span { border-color: #DD671E; }
span { border-color: rgb(221,103,30); }
td.TdClassName
{
border-color: #DD671E;
}
.TagClassName
{
border-color: #DD671E;
}
</style>