Shades of Chocolate #DD5A1F
Tints of Chocolate #DD5A1F
RGB
CMYK
RGB Variations
Color information
#DD5A1F (or 0xDD5A1F) is known color: Chocolate. HEX triplet: DD, 5A and 1F. RGB value is (221,90,31). Sum of RGB (Red+Green+Blue) = 221+90+31=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A1F is #22A5E0. Grayscale: #7A7A7A. Windows color (decimal): -2270689 or 2054877. OLE color: 2054877.
HSL color Cylindrical-coordinate representation of color #DD5A1F: hue angle of 18.63º degrees, saturation: 0.75, 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 #DD5A1F is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 31 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.13 |
| HSL | 18.63º | 0.75% | 0.49% | - |
| HSV(B) | 18.63º | 0.86% | 0.87% | - |
| XYZ | 33.72 | 22.78 | 3.92 | - |
| YUV | 122.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 31 | 0 | 0.59 | 0.86 | 0.13 | 18.63 | 0.75 | 0.49 |
| Hex | DD | 5A | 1F | 0 | 3B | 56 | D | 13 | 4B | 31 |
| Octal | 335 | 132 | 37 | 0 | 73 | 126 | 15 | 23 | 113 | 61 |
| Binary | 11011101 | 1011010 | 11111 | 0 | 111011 | 1010110 | 1101 | 10011 | 1001011 | 110001 |
Color Harmonies of #DD5A1F
Complementary color
Monochromatic Colors of #DD5A1F
Black with #DD5A1F
Text Example
Text Example
White with #DD5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A1F; }
p { color: rgb(221,90,31); }
H1.HeaderClassName
{
color: #DD5A1F;
}
.AnyTagClassName
{
color: #DD5A1F;
}
</style>
background-color css
<style>
a { background-color: #DD5A1F; }
a { background-color: rgb(221,90,31); }
div.DivClassName
{
background-color: #DD5A1F;
}
.BgClassName
{
background-color: #DD5A1F;
}
</style>
border-color css
<style>
span { border-color: #DD5A1F; }
span { border-color: rgb(221,90,31); }
td.TdClassName
{
border-color: #DD5A1F;
}
.TagClassName
{
border-color: #DD5A1F;
}
</style>