Shades of Manz #D5D75C
Tints of Manz #D5D75C
RGB
CMYK
RGB Variations
Color information
#D5D75C (or 0xD5D75C) is known color: Manz. HEX triplet: D5, D7 and 5C. RGB value is (213,215,92). Sum of RGB (Red+Green+Blue) = 213+215+92=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D75C is #2A28A3. Grayscale: #C8C8C8. Windows color (decimal): -2762916 or 6084565. OLE color: 6084565.
HSL color Cylindrical-coordinate representation of color #D5D75C: hue angle of 60.98º degrees, saturation: 0.61, 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 #D5D75C is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 92 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.16 |
| HSL | 60.98º | 0.61% | 0.6% | - |
| HSV(B) | 60.98º | 0.57% | 0.84% | - |
| XYZ | 53.67 | 63.52 | 19.56 | - |
| YUV | 200.38 | 66.84 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 92 | 0.01 | 0 | 0.57 | 0.16 | 60.98 | 0.61 | 0.6 |
| Hex | D5 | D7 | 5C | 1 | 0 | 39 | 10 | 3D | 3D | 3C |
| Octal | 325 | 327 | 134 | 1 | 0 | 71 | 20 | 75 | 75 | 74 |
| Binary | 11010101 | 11010111 | 1011100 | 1 | 0 | 111001 | 10000 | 111101 | 111101 | 111100 |
Color Harmonies of #D5D75C
Complementary color
Monochromatic Colors of #D5D75C
Black with #D5D75C
Text Example
Text Example
White with #D5D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D75C; }
p { color: rgb(213,215,92); }
H1.HeaderClassName
{
color: #D5D75C;
}
.AnyTagClassName
{
color: #D5D75C;
}
</style>
background-color css
<style>
a { background-color: #D5D75C; }
a { background-color: rgb(213,215,92); }
div.DivClassName
{
background-color: #D5D75C;
}
.BgClassName
{
background-color: #D5D75C;
}
</style>
border-color css
<style>
span { border-color: #D5D75C; }
span { border-color: rgb(213,215,92); }
td.TdClassName
{
border-color: #D5D75C;
}
.TagClassName
{
border-color: #D5D75C;
}
</style>