Shades of Manz #D7D65C
Tints of Manz #D7D65C
RGB
CMYK
RGB Variations
Color information
#D7D65C (or 0xD7D65C) is known color: Manz. HEX triplet: D7, D6 and 5C. RGB value is (215,214,92). Sum of RGB (Red+Green+Blue) = 215+214+92=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D65C is #2829A3. Grayscale: #C8C8C8. Windows color (decimal): -2632100 or 6084311. OLE color: 6084311.
HSL color Cylindrical-coordinate representation of color #D7D65C: hue angle of 59.51º 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 #D7D65C is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 92 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.16 |
| HSL | 59.51º | 0.61% | 0.6% | - |
| HSV(B) | 59.51º | 0.57% | 0.84% | - |
| XYZ | 54 | 63.31 | 19.5 | - |
| YUV | 200.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 92 | 0 | 0.00 | 0.57 | 0.16 | 59.51 | 0.61 | 0.6 |
| Hex | D7 | D6 | 5C | 0 | 0 | 39 | 10 | 3C | 3D | 3C |
| Octal | 327 | 326 | 134 | 0 | 0 | 71 | 20 | 74 | 75 | 74 |
| Binary | 11010111 | 11010110 | 1011100 | 0 | 0 | 111001 | 10000 | 111100 | 111101 | 111100 |
Color Harmonies of #D7D65C
Complementary color
Monochromatic Colors of #D7D65C
Black with #D7D65C
Text Example
Text Example
White with #D7D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D65C; }
p { color: rgb(215,214,92); }
H1.HeaderClassName
{
color: #D7D65C;
}
.AnyTagClassName
{
color: #D7D65C;
}
</style>
background-color css
<style>
a { background-color: #D7D65C; }
a { background-color: rgb(215,214,92); }
div.DivClassName
{
background-color: #D7D65C;
}
.BgClassName
{
background-color: #D7D65C;
}
</style>
border-color css
<style>
span { border-color: #D7D65C; }
span { border-color: rgb(215,214,92); }
td.TdClassName
{
border-color: #D7D65C;
}
.TagClassName
{
border-color: #D7D65C;
}
</style>