Shades of Manz #D2DA5A
Tints of Manz #D2DA5A
RGB
CMYK
RGB Variations
Color information
#D2DA5A (or 0xD2DA5A) is known color: Manz. HEX triplet: D2, DA and 5A. RGB value is (210,218,90). Sum of RGB (Red+Green+Blue) = 210+218+90=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA5A is #2D25A5. Grayscale: #C9C9C9. Windows color (decimal): -2958758 or 5954258. OLE color: 5954258.
HSL color Cylindrical-coordinate representation of color #D2DA5A: hue angle of 63.75º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2DA5A is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 90 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.15 |
| HSL | 63.75º | 0.63% | 0.6% | - |
| HSV(B) | 63.75º | 0.59% | 0.85% | - |
| XYZ | 53.5 | 64.58 | 19.32 | - |
| YUV | 201.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 90 | 0.04 | 0 | 0.59 | 0.15 | 63.75 | 0.63 | 0.6 |
| Hex | D2 | DA | 5A | 4 | 0 | 3B | F | 40 | 3F | 3C |
| Octal | 322 | 332 | 132 | 4 | 0 | 73 | 17 | 100 | 77 | 74 |
| Binary | 11010010 | 11011010 | 1011010 | 100 | 0 | 111011 | 1111 | 1000000 | 111111 | 111100 |
Color Harmonies of #D2DA5A
Complementary color
Monochromatic Colors of #D2DA5A
Black with #D2DA5A
Text Example
Text Example
White with #D2DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DA5A; }
p { color: rgb(210,218,90); }
H1.HeaderClassName
{
color: #D2DA5A;
}
.AnyTagClassName
{
color: #D2DA5A;
}
</style>
background-color css
<style>
a { background-color: #D2DA5A; }
a { background-color: rgb(210,218,90); }
div.DivClassName
{
background-color: #D2DA5A;
}
.BgClassName
{
background-color: #D2DA5A;
}
</style>
border-color css
<style>
span { border-color: #D2DA5A; }
span { border-color: rgb(210,218,90); }
td.TdClassName
{
border-color: #D2DA5A;
}
.TagClassName
{
border-color: #D2DA5A;
}
</style>