Shades of Manz #D7D25F
Tints of Manz #D7D25F
RGB
CMYK
RGB Variations
Color information
#D7D25F (or 0xD7D25F) is known color: Manz. HEX triplet: D7, D2 and 5F. RGB value is (215,210,95). Sum of RGB (Red+Green+Blue) = 215+210+95=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D25F is #282DA0. Grayscale: #C6C6C6. Windows color (decimal): -2633121 or 6279895. OLE color: 6279895.
HSL color Cylindrical-coordinate representation of color #D7D25F: hue angle of 57.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7D25F is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 95 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.16 |
| HSL | 57.5º | 0.6% | 0.61% | - |
| HSV(B) | 57.5º | 0.56% | 0.84% | - |
| XYZ | 53.14 | 61.37 | 19.87 | - |
| YUV | 198.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 95 | 0 | 0.02 | 0.56 | 0.16 | 57.5 | 0.6 | 0.61 |
| Hex | D7 | D2 | 5F | 0 | 2 | 38 | 10 | 3A | 3C | 3D |
| Octal | 327 | 322 | 137 | 0 | 2 | 70 | 20 | 72 | 74 | 75 |
| Binary | 11010111 | 11010010 | 1011111 | 0 | 10 | 111000 | 10000 | 111010 | 111100 | 111101 |
Color Harmonies of #D7D25F
Complementary color
Monochromatic Colors of #D7D25F
Black with #D7D25F
Text Example
Text Example
White with #D7D25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D25F; }
p { color: rgb(215,210,95); }
H1.HeaderClassName
{
color: #D7D25F;
}
.AnyTagClassName
{
color: #D7D25F;
}
</style>
background-color css
<style>
a { background-color: #D7D25F; }
a { background-color: rgb(215,210,95); }
div.DivClassName
{
background-color: #D7D25F;
}
.BgClassName
{
background-color: #D7D25F;
}
</style>
border-color css
<style>
span { border-color: #D7D25F; }
span { border-color: rgb(215,210,95); }
td.TdClassName
{
border-color: #D7D25F;
}
.TagClassName
{
border-color: #D7D25F;
}
</style>