Shades of Manz #D5D45A
Tints of Manz #D5D45A
RGB
CMYK
RGB Variations
Color information
#D5D45A (or 0xD5D45A) is known color: Manz. HEX triplet: D5, D4 and 5A. RGB value is (213,212,90). Sum of RGB (Red+Green+Blue) = 213+212+90=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D45A is #2A2BA5. Grayscale: #C6C6C6. Windows color (decimal): -2763686 or 5952725. OLE color: 5952725.
HSL color Cylindrical-coordinate representation of color #D5D45A: hue angle of 59.51º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5D45A is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 90 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.16 |
| HSL | 59.51º | 0.59% | 0.59% | - |
| HSV(B) | 59.51º | 0.58% | 0.84% | - |
| XYZ | 52.83 | 61.97 | 18.85 | - |
| YUV | 198.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 90 | 0 | 0.00 | 0.58 | 0.16 | 59.51 | 0.59 | 0.59 |
| Hex | D5 | D4 | 5A | 0 | 0 | 3A | 10 | 3C | 3B | 3B |
| Octal | 325 | 324 | 132 | 0 | 0 | 72 | 20 | 74 | 73 | 73 |
| Binary | 11010101 | 11010100 | 1011010 | 0 | 0 | 111010 | 10000 | 111100 | 111011 | 111011 |
Color Harmonies of #D5D45A
Complementary color
Monochromatic Colors of #D5D45A
Black with #D5D45A
Text Example
Text Example
White with #D5D45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D45A; }
p { color: rgb(213,212,90); }
H1.HeaderClassName
{
color: #D5D45A;
}
.AnyTagClassName
{
color: #D5D45A;
}
</style>
background-color css
<style>
a { background-color: #D5D45A; }
a { background-color: rgb(213,212,90); }
div.DivClassName
{
background-color: #D5D45A;
}
.BgClassName
{
background-color: #D5D45A;
}
</style>
border-color css
<style>
span { border-color: #D5D45A; }
span { border-color: rgb(213,212,90); }
td.TdClassName
{
border-color: #D5D45A;
}
.TagClassName
{
border-color: #D5D45A;
}
</style>