Shades of Manz #D4D95A
Tints of Manz #D4D95A
RGB
CMYK
RGB Variations
Color information
#D4D95A (or 0xD4D95A) is known color: Manz. HEX triplet: D4, D9 and 5A. RGB value is (212,217,90). Sum of RGB (Red+Green+Blue) = 212+217+90=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D95A is #2B26A5. Grayscale: #C9C9C9. Windows color (decimal): -2827942 or 5954004. OLE color: 5954004.
HSL color Cylindrical-coordinate representation of color #D4D95A: hue angle of 62.36º 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 #D4D95A is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 90 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.15 |
| HSL | 62.36º | 0.63% | 0.6% | - |
| HSV(B) | 62.36º | 0.59% | 0.85% | - |
| XYZ | 53.81 | 64.36 | 19.26 | - |
| YUV | 201.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 90 | 0.02 | 0 | 0.59 | 0.15 | 62.36 | 0.63 | 0.6 |
| Hex | D4 | D9 | 5A | 2 | 0 | 3B | F | 3E | 3F | 3C |
| Octal | 324 | 331 | 132 | 2 | 0 | 73 | 17 | 76 | 77 | 74 |
| Binary | 11010100 | 11011001 | 1011010 | 10 | 0 | 111011 | 1111 | 111110 | 111111 | 111100 |
Color Harmonies of #D4D95A
Complementary color
Monochromatic Colors of #D4D95A
Black with #D4D95A
Text Example
Text Example
White with #D4D95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D95A; }
p { color: rgb(212,217,90); }
H1.HeaderClassName
{
color: #D4D95A;
}
.AnyTagClassName
{
color: #D4D95A;
}
</style>
background-color css
<style>
a { background-color: #D4D95A; }
a { background-color: rgb(212,217,90); }
div.DivClassName
{
background-color: #D4D95A;
}
.BgClassName
{
background-color: #D4D95A;
}
</style>
border-color css
<style>
span { border-color: #D4D95A; }
span { border-color: rgb(212,217,90); }
td.TdClassName
{
border-color: #D4D95A;
}
.TagClassName
{
border-color: #D4D95A;
}
</style>