Shades of Manz #DDD458
Tints of Manz #DDD458
RGB
CMYK
RGB Variations
Color information
#DDD458 (or 0xDDD458) is known color: Manz. HEX triplet: DD, D4 and 58. RGB value is (221,212,88). Sum of RGB (Red+Green+Blue) = 221+212+88=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD458 is #222BA7. Grayscale: #C9C9C9. Windows color (decimal): -2239400 or 5821661. OLE color: 5821661.
HSL color Cylindrical-coordinate representation of color #DDD458: hue angle of 55.94º 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 #DDD458 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 88 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.13 |
| HSL | 55.94º | 0.66% | 0.61% | - |
| HSV(B) | 55.94º | 0.6% | 0.87% | - |
| XYZ | 55.12 | 63.16 | 18.52 | - |
| YUV | 200.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 88 | 0 | 0.04 | 0.60 | 0.13 | 55.94 | 0.66 | 0.61 |
| Hex | DD | D4 | 58 | 0 | 4 | 3C | D | 38 | 42 | 3D |
| Octal | 335 | 324 | 130 | 0 | 4 | 74 | 15 | 70 | 102 | 75 |
| Binary | 11011101 | 11010100 | 1011000 | 0 | 100 | 111100 | 1101 | 111000 | 1000010 | 111101 |
Color Harmonies of #DDD458
Complementary color
Monochromatic Colors of #DDD458
Black with #DDD458
Text Example
Text Example
White with #DDD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD458; }
p { color: rgb(221,212,88); }
H1.HeaderClassName
{
color: #DDD458;
}
.AnyTagClassName
{
color: #DDD458;
}
</style>
background-color css
<style>
a { background-color: #DDD458; }
a { background-color: rgb(221,212,88); }
div.DivClassName
{
background-color: #DDD458;
}
.BgClassName
{
background-color: #DDD458;
}
</style>
border-color css
<style>
span { border-color: #DDD458; }
span { border-color: rgb(221,212,88); }
td.TdClassName
{
border-color: #DDD458;
}
.TagClassName
{
border-color: #DDD458;
}
</style>