Shades of Manz #D5D25A
Tints of Manz #D5D25A
RGB
CMYK
RGB Variations
Color information
#D5D25A (or 0xD5D25A) is known color: Manz. HEX triplet: D5, D2 and 5A. RGB value is (213,210,90). Sum of RGB (Red+Green+Blue) = 213+210+90=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D25A is #2A2DA5. Grayscale: #C5C5C5. Windows color (decimal): -2764198 or 5952213. OLE color: 5952213.
HSL color Cylindrical-coordinate representation of color #D5D25A: hue angle of 58.54º 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 #D5D25A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 90 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.16 |
| HSL | 58.54º | 0.59% | 0.59% | - |
| HSV(B) | 58.54º | 0.58% | 0.84% | - |
| XYZ | 52.33 | 60.98 | 18.68 | - |
| YUV | 197.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 90 | 0 | 0.01 | 0.58 | 0.16 | 58.54 | 0.59 | 0.59 |
| Hex | D5 | D2 | 5A | 0 | 1 | 3A | 10 | 3B | 3B | 3B |
| Octal | 325 | 322 | 132 | 0 | 1 | 72 | 20 | 73 | 73 | 73 |
| Binary | 11010101 | 11010010 | 1011010 | 0 | 1 | 111010 | 10000 | 111011 | 111011 | 111011 |
Color Harmonies of #D5D25A
Complementary color
Monochromatic Colors of #D5D25A
Black with #D5D25A
Text Example
Text Example
White with #D5D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D25A; }
p { color: rgb(213,210,90); }
H1.HeaderClassName
{
color: #D5D25A;
}
.AnyTagClassName
{
color: #D5D25A;
}
</style>
background-color css
<style>
a { background-color: #D5D25A; }
a { background-color: rgb(213,210,90); }
div.DivClassName
{
background-color: #D5D25A;
}
.BgClassName
{
background-color: #D5D25A;
}
</style>
border-color css
<style>
span { border-color: #D5D25A; }
span { border-color: rgb(213,210,90); }
td.TdClassName
{
border-color: #D5D25A;
}
.TagClassName
{
border-color: #D5D25A;
}
</style>