Shades of Manz #D4D15A
Tints of Manz #D4D15A
RGB
CMYK
RGB Variations
Color information
#D4D15A (or 0xD4D15A) is known color: Manz. HEX triplet: D4, D1 and 5A. RGB value is (212,209,90). Sum of RGB (Red+Green+Blue) = 212+209+90=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D15A is #2B2EA5. Grayscale: #C4C4C4. Windows color (decimal): -2829990 or 5951956. OLE color: 5951956.
HSL color Cylindrical-coordinate representation of color #D4D15A: hue angle of 58.52º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4D15A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 90 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.17 |
| HSL | 58.52º | 0.59% | 0.59% | - |
| HSV(B) | 58.52º | 0.58% | 0.83% | - |
| XYZ | 51.8 | 60.34 | 18.59 | - |
| YUV | 196.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 90 | 0 | 0.01 | 0.58 | 0.17 | 58.52 | 0.59 | 0.59 |
| Hex | D4 | D1 | 5A | 0 | 1 | 3A | 11 | 3B | 3B | 3B |
| Octal | 324 | 321 | 132 | 0 | 1 | 72 | 21 | 73 | 73 | 73 |
| Binary | 11010100 | 11010001 | 1011010 | 0 | 1 | 111010 | 10001 | 111011 | 111011 | 111011 |
Color Harmonies of #D4D15A
Complementary color
Monochromatic Colors of #D4D15A
Black with #D4D15A
Text Example
Text Example
White with #D4D15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D15A; }
p { color: rgb(212,209,90); }
H1.HeaderClassName
{
color: #D4D15A;
}
.AnyTagClassName
{
color: #D4D15A;
}
</style>
background-color css
<style>
a { background-color: #D4D15A; }
a { background-color: rgb(212,209,90); }
div.DivClassName
{
background-color: #D4D15A;
}
.BgClassName
{
background-color: #D4D15A;
}
</style>
border-color css
<style>
span { border-color: #D4D15A; }
span { border-color: rgb(212,209,90); }
td.TdClassName
{
border-color: #D4D15A;
}
.TagClassName
{
border-color: #D4D15A;
}
</style>