Shades of Manz #D5D74C
Tints of Manz #D5D74C
RGB
CMYK
RGB Variations
Color information
#D5D74C (or 0xD5D74C) is known color: Manz. HEX triplet: D5, D7 and 4C. RGB value is (213,215,76). Sum of RGB (Red+Green+Blue) = 213+215+76=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D74C is #2A28B3. Grayscale: #C7C7C7. Windows color (decimal): -2762932 or 5035989. OLE color: 5035989.
HSL color Cylindrical-coordinate representation of color #D5D74C: hue angle of 60.86º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5D74C is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 76 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.16 |
| HSL | 60.86º | 0.63% | 0.57% | - |
| HSV(B) | 60.86º | 0.65% | 0.84% | - |
| XYZ | 53.05 | 63.27 | 16.25 | - |
| YUV | 198.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 76 | 0.01 | 0 | 0.65 | 0.16 | 60.86 | 0.63 | 0.57 |
| Hex | D5 | D7 | 4C | 1 | 0 | 41 | 10 | 3D | 3F | 39 |
| Octal | 325 | 327 | 114 | 1 | 0 | 101 | 20 | 75 | 77 | 71 |
| Binary | 11010101 | 11010111 | 1001100 | 1 | 0 | 1000001 | 10000 | 111101 | 111111 | 111001 |
Color Harmonies of #D5D74C
Complementary color
Monochromatic Colors of #D5D74C
Black with #D5D74C
Text Example
Text Example
White with #D5D74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D74C; }
p { color: rgb(213,215,76); }
H1.HeaderClassName
{
color: #D5D74C;
}
.AnyTagClassName
{
color: #D5D74C;
}
</style>
background-color css
<style>
a { background-color: #D5D74C; }
a { background-color: rgb(213,215,76); }
div.DivClassName
{
background-color: #D5D74C;
}
.BgClassName
{
background-color: #D5D74C;
}
</style>
border-color css
<style>
span { border-color: #D5D74C; }
span { border-color: rgb(213,215,76); }
td.TdClassName
{
border-color: #D5D74C;
}
.TagClassName
{
border-color: #D5D74C;
}
</style>