Shades of Chocolate #DD5B1C
Tints of Chocolate #DD5B1C
RGB
CMYK
RGB Variations
Color information
#DD5B1C (or 0xDD5B1C) is known color: Chocolate. HEX triplet: DD, 5B and 1C. RGB value is (221,91,28). Sum of RGB (Red+Green+Blue) = 221+91+28=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B1C is #22A4E3. Grayscale: #7B7B7B. Windows color (decimal): -2270436 or 1858525. OLE color: 1858525.
HSL color Cylindrical-coordinate representation of color #DD5B1C: hue angle of 19.59º degrees, saturation: 0.78, 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 #DD5B1C is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 28 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.13 |
| HSL | 19.59º | 0.78% | 0.49% | - |
| HSV(B) | 19.59º | 0.87% | 0.87% | - |
| XYZ | 33.77 | 22.94 | 3.75 | - |
| YUV | 122.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 28 | 0 | 0.59 | 0.87 | 0.13 | 19.59 | 0.78 | 0.49 |
| Hex | DD | 5B | 1C | 0 | 3B | 57 | D | 14 | 4E | 31 |
| Octal | 335 | 133 | 34 | 0 | 73 | 127 | 15 | 24 | 116 | 61 |
| Binary | 11011101 | 1011011 | 11100 | 0 | 111011 | 1010111 | 1101 | 10100 | 1001110 | 110001 |
Color Harmonies of #DD5B1C
Complementary color
Monochromatic Colors of #DD5B1C
Black with #DD5B1C
Text Example
Text Example
White with #DD5B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B1C; }
p { color: rgb(221,91,28); }
H1.HeaderClassName
{
color: #DD5B1C;
}
.AnyTagClassName
{
color: #DD5B1C;
}
</style>
background-color css
<style>
a { background-color: #DD5B1C; }
a { background-color: rgb(221,91,28); }
div.DivClassName
{
background-color: #DD5B1C;
}
.BgClassName
{
background-color: #DD5B1C;
}
</style>
border-color css
<style>
span { border-color: #DD5B1C; }
span { border-color: rgb(221,91,28); }
td.TdClassName
{
border-color: #DD5B1C;
}
.TagClassName
{
border-color: #DD5B1C;
}
</style>