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