Shades of Manz #D7D05D
Tints of Manz #D7D05D
RGB
CMYK
RGB Variations
Color information
#D7D05D (or 0xD7D05D) is known color: Manz. HEX triplet: D7, D0 and 5D. RGB value is (215,208,93). Sum of RGB (Red+Green+Blue) = 215+208+93=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D05D is #282FA2. Grayscale: #C5C5C5. Windows color (decimal): -2633635 or 6148311. OLE color: 6148311.
HSL color Cylindrical-coordinate representation of color #D7D05D: hue angle of 56.56º degrees, saturation: 0.6, 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 #D7D05D is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 93 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.16 |
| HSL | 56.56º | 0.6% | 0.6% | - |
| HSV(B) | 56.56º | 0.57% | 0.84% | - |
| XYZ | 52.56 | 60.35 | 19.23 | - |
| YUV | 196.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 93 | 0 | 0.03 | 0.57 | 0.16 | 56.56 | 0.6 | 0.6 |
| Hex | D7 | D0 | 5D | 0 | 3 | 39 | 10 | 39 | 3C | 3C |
| Octal | 327 | 320 | 135 | 0 | 3 | 71 | 20 | 71 | 74 | 74 |
| Binary | 11010111 | 11010000 | 1011101 | 0 | 11 | 111001 | 10000 | 111001 | 111100 | 111100 |
Color Harmonies of #D7D05D
Complementary color
Monochromatic Colors of #D7D05D
Black with #D7D05D
Text Example
Text Example
White with #D7D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D05D; }
p { color: rgb(215,208,93); }
H1.HeaderClassName
{
color: #D7D05D;
}
.AnyTagClassName
{
color: #D7D05D;
}
</style>
background-color css
<style>
a { background-color: #D7D05D; }
a { background-color: rgb(215,208,93); }
div.DivClassName
{
background-color: #D7D05D;
}
.BgClassName
{
background-color: #D7D05D;
}
</style>
border-color css
<style>
span { border-color: #D7D05D; }
span { border-color: rgb(215,208,93); }
td.TdClassName
{
border-color: #D7D05D;
}
.TagClassName
{
border-color: #D7D05D;
}
</style>