Shades of Manz #DDD158
Tints of Manz #DDD158
RGB
CMYK
RGB Variations
Color information
#DDD158 (or 0xDDD158) is known color: Manz. HEX triplet: DD, D1 and 58. RGB value is (221,209,88). Sum of RGB (Red+Green+Blue) = 221+209+88=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD158 is #222EA7. Grayscale: #C7C7C7. Windows color (decimal): -2240168 or 5820893. OLE color: 5820893.
HSL color Cylindrical-coordinate representation of color #DDD158: hue angle of 54.59º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDD158 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 88 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.13 |
| HSL | 54.59º | 0.66% | 0.61% | - |
| HSV(B) | 54.59º | 0.6% | 0.87% | - |
| XYZ | 54.38 | 61.68 | 18.27 | - |
| YUV | 198.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 88 | 0 | 0.05 | 0.60 | 0.13 | 54.59 | 0.66 | 0.61 |
| Hex | DD | D1 | 58 | 0 | 5 | 3C | D | 37 | 42 | 3D |
| Octal | 335 | 321 | 130 | 0 | 5 | 74 | 15 | 67 | 102 | 75 |
| Binary | 11011101 | 11010001 | 1011000 | 0 | 101 | 111100 | 1101 | 110111 | 1000010 | 111101 |
Color Harmonies of #DDD158
Complementary color
Monochromatic Colors of #DDD158
Black with #DDD158
Text Example
Text Example
White with #DDD158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD158; }
p { color: rgb(221,209,88); }
H1.HeaderClassName
{
color: #DDD158;
}
.AnyTagClassName
{
color: #DDD158;
}
</style>
background-color css
<style>
a { background-color: #DDD158; }
a { background-color: rgb(221,209,88); }
div.DivClassName
{
background-color: #DDD158;
}
.BgClassName
{
background-color: #DDD158;
}
</style>
border-color css
<style>
span { border-color: #DDD158; }
span { border-color: rgb(221,209,88); }
td.TdClassName
{
border-color: #DDD158;
}
.TagClassName
{
border-color: #DDD158;
}
</style>