Shades of Manz #D7D65F
Tints of Manz #D7D65F
RGB
CMYK
RGB Variations
Color information
#D7D65F (or 0xD7D65F) is known color: Manz. HEX triplet: D7, D6 and 5F. RGB value is (215,214,95). Sum of RGB (Red+Green+Blue) = 215+214+95=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D65F is #2829A0. Grayscale: #C9C9C9. Windows color (decimal): -2632097 or 6280919. OLE color: 6280919.
HSL color Cylindrical-coordinate representation of color #D7D65F: hue angle of 59.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 #D7D65F is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 95 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.16 |
| HSL | 59.5º | 0.6% | 0.61% | - |
| HSV(B) | 59.5º | 0.56% | 0.84% | - |
| XYZ | 54.14 | 63.37 | 20.2 | - |
| YUV | 200.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 95 | 0 | 0.00 | 0.56 | 0.16 | 59.5 | 0.6 | 0.61 |
| Hex | D7 | D6 | 5F | 0 | 0 | 38 | 10 | 3C | 3C | 3D |
| Octal | 327 | 326 | 137 | 0 | 0 | 70 | 20 | 74 | 74 | 75 |
| Binary | 11010111 | 11010110 | 1011111 | 0 | 0 | 111000 | 10000 | 111100 | 111100 | 111101 |
Color Harmonies of #D7D65F
Complementary color
Monochromatic Colors of #D7D65F
Black with #D7D65F
Text Example
Text Example
White with #D7D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D65F; }
p { color: rgb(215,214,95); }
H1.HeaderClassName
{
color: #D7D65F;
}
.AnyTagClassName
{
color: #D7D65F;
}
</style>
background-color css
<style>
a { background-color: #D7D65F; }
a { background-color: rgb(215,214,95); }
div.DivClassName
{
background-color: #D7D65F;
}
.BgClassName
{
background-color: #D7D65F;
}
</style>
border-color css
<style>
span { border-color: #D7D65F; }
span { border-color: rgb(215,214,95); }
td.TdClassName
{
border-color: #D7D65F;
}
.TagClassName
{
border-color: #D7D65F;
}
</style>