Shades of Manz #D5D05B
Tints of Manz #D5D05B
RGB
CMYK
RGB Variations
Color information
#D5D05B (or 0xD5D05B) is known color: Manz. HEX triplet: D5, D0 and 5B. RGB value is (213,208,91). Sum of RGB (Red+Green+Blue) = 213+208+91=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D05B is #2A2FA4. Grayscale: #C4C4C4. Windows color (decimal): -2764709 or 6017237. OLE color: 6017237.
HSL color Cylindrical-coordinate representation of color #D5D05B: hue angle of 57.54º degrees, saturation: 0.59, 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 #D5D05B is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 91 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.16 |
| HSL | 57.54º | 0.59% | 0.6% | - |
| HSV(B) | 57.54º | 0.57% | 0.84% | - |
| XYZ | 51.88 | 60.01 | 18.75 | - |
| YUV | 196.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 91 | 0 | 0.02 | 0.57 | 0.16 | 57.54 | 0.59 | 0.6 |
| Hex | D5 | D0 | 5B | 0 | 2 | 39 | 10 | 3A | 3B | 3C |
| Octal | 325 | 320 | 133 | 0 | 2 | 71 | 20 | 72 | 73 | 74 |
| Binary | 11010101 | 11010000 | 1011011 | 0 | 10 | 111001 | 10000 | 111010 | 111011 | 111100 |
Color Harmonies of #D5D05B
Complementary color
Monochromatic Colors of #D5D05B
Black with #D5D05B
Text Example
Text Example
White with #D5D05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D05B; }
p { color: rgb(213,208,91); }
H1.HeaderClassName
{
color: #D5D05B;
}
.AnyTagClassName
{
color: #D5D05B;
}
</style>
background-color css
<style>
a { background-color: #D5D05B; }
a { background-color: rgb(213,208,91); }
div.DivClassName
{
background-color: #D5D05B;
}
.BgClassName
{
background-color: #D5D05B;
}
</style>
border-color css
<style>
span { border-color: #D5D05B; }
span { border-color: rgb(213,208,91); }
td.TdClassName
{
border-color: #D5D05B;
}
.TagClassName
{
border-color: #D5D05B;
}
</style>