Shades of Manz #DDD55A
Tints of Manz #DDD55A
RGB
CMYK
RGB Variations
Color information
#DDD55A (or 0xDDD55A) is known color: Manz. HEX triplet: DD, D5 and 5A. RGB value is (221,213,90). Sum of RGB (Red+Green+Blue) = 221+213+90=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD55A is #222AA5. Grayscale: #C9C9C9. Windows color (decimal): -2239142 or 5952989. OLE color: 5952989.
HSL color Cylindrical-coordinate representation of color #DDD55A: hue angle of 56.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDD55A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 90 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.13 |
| HSL | 56.34º | 0.66% | 0.61% | - |
| HSV(B) | 56.34º | 0.59% | 0.87% | - |
| XYZ | 55.46 | 63.7 | 19.04 | - |
| YUV | 201.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 90 | 0 | 0.04 | 0.59 | 0.13 | 56.34 | 0.66 | 0.61 |
| Hex | DD | D5 | 5A | 0 | 4 | 3B | D | 38 | 42 | 3D |
| Octal | 335 | 325 | 132 | 0 | 4 | 73 | 15 | 70 | 102 | 75 |
| Binary | 11011101 | 11010101 | 1011010 | 0 | 100 | 111011 | 1101 | 111000 | 1000010 | 111101 |
Color Harmonies of #DDD55A
Complementary color
Monochromatic Colors of #DDD55A
Black with #DDD55A
Text Example
Text Example
White with #DDD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD55A; }
p { color: rgb(221,213,90); }
H1.HeaderClassName
{
color: #DDD55A;
}
.AnyTagClassName
{
color: #DDD55A;
}
</style>
background-color css
<style>
a { background-color: #DDD55A; }
a { background-color: rgb(221,213,90); }
div.DivClassName
{
background-color: #DDD55A;
}
.BgClassName
{
background-color: #DDD55A;
}
</style>
border-color css
<style>
span { border-color: #DDD55A; }
span { border-color: rgb(221,213,90); }
td.TdClassName
{
border-color: #DDD55A;
}
.TagClassName
{
border-color: #DDD55A;
}
</style>