Shades of Manz #DDD153
Tints of Manz #DDD153
RGB
CMYK
RGB Variations
Color information
#DDD153 (or 0xDDD153) is known color: Manz. HEX triplet: DD, D1 and 53. RGB value is (221,209,83). Sum of RGB (Red+Green+Blue) = 221+209+83=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD153 is #222EAC. Grayscale: #C6C6C6. Windows color (decimal): -2240173 or 5493213. OLE color: 5493213.
HSL color Cylindrical-coordinate representation of color #DDD153: hue angle of 54.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDD153 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 83 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.13 |
| HSL | 54.78º | 0.67% | 0.6% | - |
| HSV(B) | 54.78º | 0.62% | 0.87% | - |
| XYZ | 54.18 | 61.6 | 17.22 | - |
| YUV | 198.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 83 | 0 | 0.05 | 0.62 | 0.13 | 54.78 | 0.67 | 0.6 |
| Hex | DD | D1 | 53 | 0 | 5 | 3E | D | 37 | 43 | 3C |
| Octal | 335 | 321 | 123 | 0 | 5 | 76 | 15 | 67 | 103 | 74 |
| Binary | 11011101 | 11010001 | 1010011 | 0 | 101 | 111110 | 1101 | 110111 | 1000011 | 111100 |
Color Harmonies of #DDD153
Complementary color
Monochromatic Colors of #DDD153
Black with #DDD153
Text Example
Text Example
White with #DDD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD153; }
p { color: rgb(221,209,83); }
H1.HeaderClassName
{
color: #DDD153;
}
.AnyTagClassName
{
color: #DDD153;
}
</style>
background-color css
<style>
a { background-color: #DDD153; }
a { background-color: rgb(221,209,83); }
div.DivClassName
{
background-color: #DDD153;
}
.BgClassName
{
background-color: #DDD153;
}
</style>
border-color css
<style>
span { border-color: #DDD153; }
span { border-color: rgb(221,209,83); }
td.TdClassName
{
border-color: #DDD153;
}
.TagClassName
{
border-color: #DDD153;
}
</style>