Shades of Manz #D4D95C
Tints of Manz #D4D95C
RGB
CMYK
RGB Variations
Color information
#D4D95C (or 0xD4D95C) is known color: Manz. HEX triplet: D4, D9 and 5C. RGB value is (212,217,92). Sum of RGB (Red+Green+Blue) = 212+217+92=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D95C is #2B26A3. Grayscale: #C9C9C9. Windows color (decimal): -2827940 or 6085076. OLE color: 6085076.
HSL color Cylindrical-coordinate representation of color #D4D95C: hue angle of 62.4º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4D95C is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 92 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.15 |
| HSL | 62.4º | 0.62% | 0.61% | - |
| HSV(B) | 62.4º | 0.58% | 0.85% | - |
| XYZ | 53.9 | 64.4 | 19.71 | - |
| YUV | 201.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 92 | 0.02 | 0 | 0.58 | 0.15 | 62.4 | 0.62 | 0.61 |
| Hex | D4 | D9 | 5C | 2 | 0 | 3A | F | 3E | 3E | 3D |
| Octal | 324 | 331 | 134 | 2 | 0 | 72 | 17 | 76 | 76 | 75 |
| Binary | 11010100 | 11011001 | 1011100 | 10 | 0 | 111010 | 1111 | 111110 | 111110 | 111101 |
Color Harmonies of #D4D95C
Complementary color
Monochromatic Colors of #D4D95C
Black with #D4D95C
Text Example
Text Example
White with #D4D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D95C; }
p { color: rgb(212,217,92); }
H1.HeaderClassName
{
color: #D4D95C;
}
.AnyTagClassName
{
color: #D4D95C;
}
</style>
background-color css
<style>
a { background-color: #D4D95C; }
a { background-color: rgb(212,217,92); }
div.DivClassName
{
background-color: #D4D95C;
}
.BgClassName
{
background-color: #D4D95C;
}
</style>
border-color css
<style>
span { border-color: #D4D95C; }
span { border-color: rgb(212,217,92); }
td.TdClassName
{
border-color: #D4D95C;
}
.TagClassName
{
border-color: #D4D95C;
}
</style>