Shades of Manz #D4D15C
Tints of Manz #D4D15C
RGB
CMYK
RGB Variations
Color information
#D4D15C (or 0xD4D15C) is known color: Manz. HEX triplet: D4, D1 and 5C. RGB value is (212,209,92). Sum of RGB (Red+Green+Blue) = 212+209+92=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D15C is #2B2EA3. Grayscale: #C5C5C5. Windows color (decimal): -2829988 or 6083028. OLE color: 6083028.
HSL color Cylindrical-coordinate representation of color #D4D15C: hue angle of 58.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4D15C is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 92 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.17 |
| HSL | 58.5º | 0.58% | 0.6% | - |
| HSV(B) | 58.5º | 0.57% | 0.83% | - |
| XYZ | 51.88 | 60.37 | 19.04 | - |
| YUV | 196.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 92 | 0 | 0.01 | 0.57 | 0.17 | 58.5 | 0.58 | 0.6 |
| Hex | D4 | D1 | 5C | 0 | 1 | 39 | 11 | 3A | 3A | 3C |
| Octal | 324 | 321 | 134 | 0 | 1 | 71 | 21 | 72 | 72 | 74 |
| Binary | 11010100 | 11010001 | 1011100 | 0 | 1 | 111001 | 10001 | 111010 | 111010 | 111100 |
Color Harmonies of #D4D15C
Complementary color
Monochromatic Colors of #D4D15C
Black with #D4D15C
Text Example
Text Example
White with #D4D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D15C; }
p { color: rgb(212,209,92); }
H1.HeaderClassName
{
color: #D4D15C;
}
.AnyTagClassName
{
color: #D4D15C;
}
</style>
background-color css
<style>
a { background-color: #D4D15C; }
a { background-color: rgb(212,209,92); }
div.DivClassName
{
background-color: #D4D15C;
}
.BgClassName
{
background-color: #D4D15C;
}
</style>
border-color css
<style>
span { border-color: #D4D15C; }
span { border-color: rgb(212,209,92); }
td.TdClassName
{
border-color: #D4D15C;
}
.TagClassName
{
border-color: #D4D15C;
}
</style>