Shades of Manz #D7D25C
Tints of Manz #D7D25C
RGB
CMYK
RGB Variations
Color information
#D7D25C (or 0xD7D25C) is known color: Manz. HEX triplet: D7, D2 and 5C. RGB value is (215,210,92). Sum of RGB (Red+Green+Blue) = 215+210+92=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D25C is #282DA3. Grayscale: #C6C6C6. Windows color (decimal): -2633124 or 6083287. OLE color: 6083287.
HSL color Cylindrical-coordinate representation of color #D7D25C: hue angle of 57.56º 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 #D7D25C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 92 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.16 |
| HSL | 57.56º | 0.61% | 0.6% | - |
| HSV(B) | 57.56º | 0.57% | 0.84% | - |
| XYZ | 53 | 61.31 | 19.17 | - |
| YUV | 198.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 92 | 0 | 0.02 | 0.57 | 0.16 | 57.56 | 0.61 | 0.6 |
| Hex | D7 | D2 | 5C | 0 | 2 | 39 | 10 | 3A | 3D | 3C |
| Octal | 327 | 322 | 134 | 0 | 2 | 71 | 20 | 72 | 75 | 74 |
| Binary | 11010111 | 11010010 | 1011100 | 0 | 10 | 111001 | 10000 | 111010 | 111101 | 111100 |
Color Harmonies of #D7D25C
Complementary color
Monochromatic Colors of #D7D25C
Black with #D7D25C
Text Example
Text Example
White with #D7D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D25C; }
p { color: rgb(215,210,92); }
H1.HeaderClassName
{
color: #D7D25C;
}
.AnyTagClassName
{
color: #D7D25C;
}
</style>
background-color css
<style>
a { background-color: #D7D25C; }
a { background-color: rgb(215,210,92); }
div.DivClassName
{
background-color: #D7D25C;
}
.BgClassName
{
background-color: #D7D25C;
}
</style>
border-color css
<style>
span { border-color: #D7D25C; }
span { border-color: rgb(215,210,92); }
td.TdClassName
{
border-color: #D7D25C;
}
.TagClassName
{
border-color: #D7D25C;
}
</style>