Shades of Manz #D5D25E
Tints of Manz #D5D25E
RGB
CMYK
RGB Variations
Color information
#D5D25E (or 0xD5D25E) is known color: Manz. HEX triplet: D5, D2 and 5E. RGB value is (213,210,94). Sum of RGB (Red+Green+Blue) = 213+210+94=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D25E is #2A2DA1. Grayscale: #C6C6C6. Windows color (decimal): -2764194 or 6214357. OLE color: 6214357.
HSL color Cylindrical-coordinate representation of color #D5D25E: hue angle of 58.49º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5D25E is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 94 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.16 |
| HSL | 58.49º | 0.59% | 0.6% | - |
| HSV(B) | 58.49º | 0.56% | 0.84% | - |
| XYZ | 52.51 | 61.05 | 19.61 | - |
| YUV | 197.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 94 | 0 | 0.01 | 0.56 | 0.16 | 58.49 | 0.59 | 0.6 |
| Hex | D5 | D2 | 5E | 0 | 1 | 38 | 10 | 3A | 3B | 3C |
| Octal | 325 | 322 | 136 | 0 | 1 | 70 | 20 | 72 | 73 | 74 |
| Binary | 11010101 | 11010010 | 1011110 | 0 | 1 | 111000 | 10000 | 111010 | 111011 | 111100 |
Color Harmonies of #D5D25E
Complementary color
Monochromatic Colors of #D5D25E
Black with #D5D25E
Text Example
Text Example
White with #D5D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D25E; }
p { color: rgb(213,210,94); }
H1.HeaderClassName
{
color: #D5D25E;
}
.AnyTagClassName
{
color: #D5D25E;
}
</style>
background-color css
<style>
a { background-color: #D5D25E; }
a { background-color: rgb(213,210,94); }
div.DivClassName
{
background-color: #D5D25E;
}
.BgClassName
{
background-color: #D5D25E;
}
</style>
border-color css
<style>
span { border-color: #D5D25E; }
span { border-color: rgb(213,210,94); }
td.TdClassName
{
border-color: #D5D25E;
}
.TagClassName
{
border-color: #D5D25E;
}
</style>