Shades of Manz #D5D25B
Tints of Manz #D5D25B
RGB
CMYK
RGB Variations
Color information
#D5D25B (or 0xD5D25B) is known color: Manz. HEX triplet: D5, D2 and 5B. RGB value is (213,210,91). Sum of RGB (Red+Green+Blue) = 213+210+91=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D25B is #2A2DA4. Grayscale: #C5C5C5. Windows color (decimal): -2764197 or 6017749. OLE color: 6017749.
HSL color Cylindrical-coordinate representation of color #D5D25B: hue angle of 58.52º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5D25B is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 91 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.16 |
| HSL | 58.52º | 0.59% | 0.6% | - |
| HSV(B) | 58.52º | 0.57% | 0.84% | - |
| XYZ | 52.38 | 60.99 | 18.91 | - |
| YUV | 197.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 91 | 0 | 0.01 | 0.57 | 0.16 | 58.52 | 0.59 | 0.6 |
| Hex | D5 | D2 | 5B | 0 | 1 | 39 | 10 | 3B | 3B | 3C |
| Octal | 325 | 322 | 133 | 0 | 1 | 71 | 20 | 73 | 73 | 74 |
| Binary | 11010101 | 11010010 | 1011011 | 0 | 1 | 111001 | 10000 | 111011 | 111011 | 111100 |
Color Harmonies of #D5D25B
Complementary color
Monochromatic Colors of #D5D25B
Black with #D5D25B
Text Example
Text Example
White with #D5D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D25B; }
p { color: rgb(213,210,91); }
H1.HeaderClassName
{
color: #D5D25B;
}
.AnyTagClassName
{
color: #D5D25B;
}
</style>
background-color css
<style>
a { background-color: #D5D25B; }
a { background-color: rgb(213,210,91); }
div.DivClassName
{
background-color: #D5D25B;
}
.BgClassName
{
background-color: #D5D25B;
}
</style>
border-color css
<style>
span { border-color: #D5D25B; }
span { border-color: rgb(213,210,91); }
td.TdClassName
{
border-color: #D5D25B;
}
.TagClassName
{
border-color: #D5D25B;
}
</style>