Shades of Manz #D2D05A
Tints of Manz #D2D05A
RGB
CMYK
RGB Variations
Color information
#D2D05A (or 0xD2D05A) is known color: Manz. HEX triplet: D2, D0 and 5A. RGB value is (210,208,90). Sum of RGB (Red+Green+Blue) = 210+208+90=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D05A is #2D2FA5. Grayscale: #C3C3C3. Windows color (decimal): -2961318 or 5951698. OLE color: 5951698.
HSL color Cylindrical-coordinate representation of color #D2D05A: hue angle of 59º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2D05A is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 90 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.18 |
| HSL | 59º | 0.57% | 0.59% | - |
| HSV(B) | 59º | 0.57% | 0.82% | - |
| XYZ | 50.98 | 59.55 | 18.48 | - |
| YUV | 195.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 90 | 0 | 0.01 | 0.57 | 0.18 | 59 | 0.57 | 0.59 |
| Hex | D2 | D0 | 5A | 0 | 1 | 39 | 12 | 3B | 39 | 3B |
| Octal | 322 | 320 | 132 | 0 | 1 | 71 | 22 | 73 | 71 | 73 |
| Binary | 11010010 | 11010000 | 1011010 | 0 | 1 | 111001 | 10010 | 111011 | 111001 | 111011 |
Color Harmonies of #D2D05A
Complementary color
Monochromatic Colors of #D2D05A
Black with #D2D05A
Text Example
Text Example
White with #D2D05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D05A; }
p { color: rgb(210,208,90); }
H1.HeaderClassName
{
color: #D2D05A;
}
.AnyTagClassName
{
color: #D2D05A;
}
</style>
background-color css
<style>
a { background-color: #D2D05A; }
a { background-color: rgb(210,208,90); }
div.DivClassName
{
background-color: #D2D05A;
}
.BgClassName
{
background-color: #D2D05A;
}
</style>
border-color css
<style>
span { border-color: #D2D05A; }
span { border-color: rgb(210,208,90); }
td.TdClassName
{
border-color: #D2D05A;
}
.TagClassName
{
border-color: #D2D05A;
}
</style>