Shades of Manz #D5D75E
Tints of Manz #D5D75E
RGB
CMYK
RGB Variations
Color information
#D5D75E (or 0xD5D75E) is known color: Manz. HEX triplet: D5, D7 and 5E. RGB value is (213,215,94). Sum of RGB (Red+Green+Blue) = 213+215+94=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D75E is #2A28A1. Grayscale: #C9C9C9. Windows color (decimal): -2762914 or 6215637. OLE color: 6215637.
HSL color Cylindrical-coordinate representation of color #D5D75E: hue angle of 60.99º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5D75E is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 94 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.16 |
| HSL | 60.99º | 0.6% | 0.61% | - |
| HSV(B) | 60.99º | 0.56% | 0.84% | - |
| XYZ | 53.76 | 63.56 | 20.02 | - |
| YUV | 200.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 94 | 0.01 | 0 | 0.56 | 0.16 | 60.99 | 0.6 | 0.61 |
| Hex | D5 | D7 | 5E | 1 | 0 | 38 | 10 | 3D | 3C | 3D |
| Octal | 325 | 327 | 136 | 1 | 0 | 70 | 20 | 75 | 74 | 75 |
| Binary | 11010101 | 11010111 | 1011110 | 1 | 0 | 111000 | 10000 | 111101 | 111100 | 111101 |
Color Harmonies of #D5D75E
Complementary color
Monochromatic Colors of #D5D75E
Black with #D5D75E
Text Example
Text Example
White with #D5D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D75E; }
p { color: rgb(213,215,94); }
H1.HeaderClassName
{
color: #D5D75E;
}
.AnyTagClassName
{
color: #D5D75E;
}
</style>
background-color css
<style>
a { background-color: #D5D75E; }
a { background-color: rgb(213,215,94); }
div.DivClassName
{
background-color: #D5D75E;
}
.BgClassName
{
background-color: #D5D75E;
}
</style>
border-color css
<style>
span { border-color: #D5D75E; }
span { border-color: rgb(213,215,94); }
td.TdClassName
{
border-color: #D5D75E;
}
.TagClassName
{
border-color: #D5D75E;
}
</style>