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