Shades of Manz #DDD456
Tints of Manz #DDD456
RGB
CMYK
RGB Variations
Color information
#DDD456 (or 0xDDD456) is known color: Manz. HEX triplet: DD, D4 and 56. RGB value is (221,212,86). Sum of RGB (Red+Green+Blue) = 221+212+86=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD456 is #222BA9. Grayscale: #C8C8C8. Windows color (decimal): -2239402 or 5690589. OLE color: 5690589.
HSL color Cylindrical-coordinate representation of color #DDD456: hue angle of 56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDD456 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 86 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.13 |
| HSL | 56º | 0.67% | 0.6% | - |
| HSV(B) | 56º | 0.61% | 0.87% | - |
| XYZ | 55.04 | 63.13 | 18.09 | - |
| YUV | 200.33 | 63.48 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 86 | 0 | 0.04 | 0.61 | 0.13 | 56 | 0.67 | 0.6 |
| Hex | DD | D4 | 56 | 0 | 4 | 3D | D | 38 | 43 | 3C |
| Octal | 335 | 324 | 126 | 0 | 4 | 75 | 15 | 70 | 103 | 74 |
| Binary | 11011101 | 11010100 | 1010110 | 0 | 100 | 111101 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DDD456
Complementary color
Monochromatic Colors of #DDD456
Black with #DDD456
Text Example
Text Example
White with #DDD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD456; }
p { color: rgb(221,212,86); }
H1.HeaderClassName
{
color: #DDD456;
}
.AnyTagClassName
{
color: #DDD456;
}
</style>
background-color css
<style>
a { background-color: #DDD456; }
a { background-color: rgb(221,212,86); }
div.DivClassName
{
background-color: #DDD456;
}
.BgClassName
{
background-color: #DDD456;
}
</style>
border-color css
<style>
span { border-color: #DDD456; }
span { border-color: rgb(221,212,86); }
td.TdClassName
{
border-color: #DDD456;
}
.TagClassName
{
border-color: #DDD456;
}
</style>