Shades of Manz #D5D45C
Tints of Manz #D5D45C
RGB
CMYK
RGB Variations
Color information
#D5D45C (or 0xD5D45C) is known color: Manz. HEX triplet: D5, D4 and 5C. RGB value is (213,212,92). Sum of RGB (Red+Green+Blue) = 213+212+92=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D45C is #2A2BA3. Grayscale: #C7C7C7. Windows color (decimal): -2763684 or 6083797. OLE color: 6083797.
HSL color Cylindrical-coordinate representation of color #D5D45C: hue angle of 59.5º degrees, saturation: 0.59, 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 #D5D45C is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 92 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.16 |
| HSL | 59.5º | 0.59% | 0.6% | - |
| HSV(B) | 59.5º | 0.57% | 0.84% | - |
| XYZ | 52.92 | 62.01 | 19.3 | - |
| YUV | 198.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 92 | 0 | 0.00 | 0.57 | 0.16 | 59.5 | 0.59 | 0.6 |
| Hex | D5 | D4 | 5C | 0 | 0 | 39 | 10 | 3C | 3B | 3C |
| Octal | 325 | 324 | 134 | 0 | 0 | 71 | 20 | 74 | 73 | 74 |
| Binary | 11010101 | 11010100 | 1011100 | 0 | 0 | 111001 | 10000 | 111100 | 111011 | 111100 |
Color Harmonies of #D5D45C
Complementary color
Monochromatic Colors of #D5D45C
Black with #D5D45C
Text Example
Text Example
White with #D5D45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D45C; }
p { color: rgb(213,212,92); }
H1.HeaderClassName
{
color: #D5D45C;
}
.AnyTagClassName
{
color: #D5D45C;
}
</style>
background-color css
<style>
a { background-color: #D5D45C; }
a { background-color: rgb(213,212,92); }
div.DivClassName
{
background-color: #D5D45C;
}
.BgClassName
{
background-color: #D5D45C;
}
</style>
border-color css
<style>
span { border-color: #D5D45C; }
span { border-color: rgb(213,212,92); }
td.TdClassName
{
border-color: #D5D45C;
}
.TagClassName
{
border-color: #D5D45C;
}
</style>