Shades of Chocolate #DD5C1B
Tints of Chocolate #DD5C1B
RGB
CMYK
RGB Variations
Color information
#DD5C1B (or 0xDD5C1B) is known color: Chocolate. HEX triplet: DD, 5C and 1B. RGB value is (221,92,27). Sum of RGB (Red+Green+Blue) = 221+92+27=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C1B is #22A3E4. Grayscale: #7B7B7B. Windows color (decimal): -2270181 or 1793245. OLE color: 1793245.
HSL color Cylindrical-coordinate representation of color #DD5C1B: hue angle of 20.1º 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 #DD5C1B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 27 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.13 |
| HSL | 20.1º | 0.78% | 0.49% | - |
| HSV(B) | 20.1º | 0.88% | 0.87% | - |
| XYZ | 33.84 | 23.11 | 3.71 | - |
| YUV | 123.16 | 73.74 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 27 | 0 | 0.58 | 0.88 | 0.13 | 20.1 | 0.78 | 0.49 |
| Hex | DD | 5C | 1B | 0 | 3A | 58 | D | 14 | 4E | 31 |
| Octal | 335 | 134 | 33 | 0 | 72 | 130 | 15 | 24 | 116 | 61 |
| Binary | 11011101 | 1011100 | 11011 | 0 | 111010 | 1011000 | 1101 | 10100 | 1001110 | 110001 |
Color Harmonies of #DD5C1B
Complementary color
Monochromatic Colors of #DD5C1B
Black with #DD5C1B
Text Example
Text Example
White with #DD5C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C1B; }
p { color: rgb(221,92,27); }
H1.HeaderClassName
{
color: #DD5C1B;
}
.AnyTagClassName
{
color: #DD5C1B;
}
</style>
background-color css
<style>
a { background-color: #DD5C1B; }
a { background-color: rgb(221,92,27); }
div.DivClassName
{
background-color: #DD5C1B;
}
.BgClassName
{
background-color: #DD5C1B;
}
</style>
border-color css
<style>
span { border-color: #DD5C1B; }
span { border-color: rgb(221,92,27); }
td.TdClassName
{
border-color: #DD5C1B;
}
.TagClassName
{
border-color: #DD5C1B;
}
</style>