Shades of Chocolate #DD501A
Tints of Chocolate #DD501A
RGB
CMYK
RGB Variations
Color information
#DD501A (or 0xDD501A) is known color: Chocolate. HEX triplet: DD, 50 and 1A. RGB value is (221,80,26). Sum of RGB (Red+Green+Blue) = 221+80+26=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD501A is #22AFE5. Grayscale: #747474. Windows color (decimal): -2273254 or 1724637. OLE color: 1724637.
HSL color Cylindrical-coordinate representation of color #DD501A: hue angle of 16.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD501A is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 26 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.13 |
| HSL | 16.62º | 0.79% | 0.48% | - |
| HSV(B) | 16.62º | 0.88% | 0.87% | - |
| XYZ | 32.87 | 21.18 | 3.33 | - |
| YUV | 116 | 77.21 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 26 | 0 | 0.64 | 0.88 | 0.13 | 16.62 | 0.79 | 0.48 |
| Hex | DD | 50 | 1A | 0 | 40 | 58 | D | 11 | 4F | 30 |
| Octal | 335 | 120 | 32 | 0 | 100 | 130 | 15 | 21 | 117 | 60 |
| Binary | 11011101 | 1010000 | 11010 | 0 | 1000000 | 1011000 | 1101 | 10001 | 1001111 | 110000 |
Color Harmonies of #DD501A
Complementary color
Monochromatic Colors of #DD501A
Black with #DD501A
Text Example
Text Example
White with #DD501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD501A; }
p { color: rgb(221,80,26); }
H1.HeaderClassName
{
color: #DD501A;
}
.AnyTagClassName
{
color: #DD501A;
}
</style>
background-color css
<style>
a { background-color: #DD501A; }
a { background-color: rgb(221,80,26); }
div.DivClassName
{
background-color: #DD501A;
}
.BgClassName
{
background-color: #DD501A;
}
</style>
border-color css
<style>
span { border-color: #DD501A; }
span { border-color: rgb(221,80,26); }
td.TdClassName
{
border-color: #DD501A;
}
.TagClassName
{
border-color: #DD501A;
}
</style>