Shades of Manz #DDD25A
Tints of Manz #DDD25A
RGB
CMYK
RGB Variations
Color information
#DDD25A (or 0xDDD25A) is known color: Manz. HEX triplet: DD, D2 and 5A. RGB value is (221,210,90). Sum of RGB (Red+Green+Blue) = 221+210+90=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD25A is #222DA5. Grayscale: #C8C8C8. Windows color (decimal): -2239910 or 5952221. OLE color: 5952221.
HSL color Cylindrical-coordinate representation of color #DDD25A: hue angle of 54.96º 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 #DDD25A is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 90 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.13 |
| HSL | 54.96º | 0.66% | 0.61% | - |
| HSV(B) | 54.96º | 0.59% | 0.87% | - |
| XYZ | 54.71 | 62.2 | 18.8 | - |
| YUV | 199.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 90 | 0 | 0.05 | 0.59 | 0.13 | 54.96 | 0.66 | 0.61 |
| Hex | DD | D2 | 5A | 0 | 5 | 3B | D | 37 | 42 | 3D |
| Octal | 335 | 322 | 132 | 0 | 5 | 73 | 15 | 67 | 102 | 75 |
| Binary | 11011101 | 11010010 | 1011010 | 0 | 101 | 111011 | 1101 | 110111 | 1000010 | 111101 |
Color Harmonies of #DDD25A
Complementary color
Monochromatic Colors of #DDD25A
Black with #DDD25A
Text Example
Text Example
White with #DDD25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD25A; }
p { color: rgb(221,210,90); }
H1.HeaderClassName
{
color: #DDD25A;
}
.AnyTagClassName
{
color: #DDD25A;
}
</style>
background-color css
<style>
a { background-color: #DDD25A; }
a { background-color: rgb(221,210,90); }
div.DivClassName
{
background-color: #DDD25A;
}
.BgClassName
{
background-color: #DDD25A;
}
</style>
border-color css
<style>
span { border-color: #DDD25A; }
span { border-color: rgb(221,210,90); }
td.TdClassName
{
border-color: #DDD25A;
}
.TagClassName
{
border-color: #DDD25A;
}
</style>