Shades of Chocolate #DD671B
Tints of Chocolate #DD671B
RGB
CMYK
RGB Variations
Color information
#DD671B (or 0xDD671B) is known color: Chocolate. HEX triplet: DD, 67 and 1B. RGB value is (221,103,27). Sum of RGB (Red+Green+Blue) = 221+103+27=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD671B is #2298E4. Grayscale: #828282. Windows color (decimal): -2267365 or 1796061. OLE color: 1796061.
HSL color Cylindrical-coordinate representation of color #DD671B: hue angle of 23.51º 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 #DD671B is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 27 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.13 |
| HSL | 23.51º | 0.78% | 0.49% | - |
| HSV(B) | 23.51º | 0.88% | 0.87% | - |
| XYZ | 34.87 | 25.15 | 4.05 | - |
| YUV | 129.62 | 70.09 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 27 | 0 | 0.53 | 0.88 | 0.13 | 23.51 | 0.78 | 0.49 |
| Hex | DD | 67 | 1B | 0 | 35 | 58 | D | 18 | 4E | 31 |
| Octal | 335 | 147 | 33 | 0 | 65 | 130 | 15 | 30 | 116 | 61 |
| Binary | 11011101 | 1100111 | 11011 | 0 | 110101 | 1011000 | 1101 | 11000 | 1001110 | 110001 |
Color Harmonies of #DD671B
Complementary color
Monochromatic Colors of #DD671B
Black with #DD671B
Text Example
Text Example
White with #DD671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD671B; }
p { color: rgb(221,103,27); }
H1.HeaderClassName
{
color: #DD671B;
}
.AnyTagClassName
{
color: #DD671B;
}
</style>
background-color css
<style>
a { background-color: #DD671B; }
a { background-color: rgb(221,103,27); }
div.DivClassName
{
background-color: #DD671B;
}
.BgClassName
{
background-color: #DD671B;
}
</style>
border-color css
<style>
span { border-color: #DD671B; }
span { border-color: rgb(221,103,27); }
td.TdClassName
{
border-color: #DD671B;
}
.TagClassName
{
border-color: #DD671B;
}
</style>