Shades of Manz #DAD85D
Tints of Manz #DAD85D
RGB
CMYK
RGB Variations
Color information
#DAD85D (or 0xDAD85D) is known color: Manz. HEX triplet: DA, D8 and 5D. RGB value is (218,216,93). Sum of RGB (Red+Green+Blue) = 218+216+93=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD85D is #2527A2. Grayscale: #CBCBCB. Windows color (decimal): -2434979 or 6150362. OLE color: 6150362.
HSL color Cylindrical-coordinate representation of color #DAD85D: hue angle of 59.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAD85D is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 93 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.15 |
| HSL | 59.04º | 0.63% | 0.61% | - |
| HSV(B) | 59.04º | 0.57% | 0.85% | - |
| XYZ | 55.45 | 64.81 | 19.94 | - |
| YUV | 202.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 93 | 0 | 0.01 | 0.57 | 0.15 | 59.04 | 0.63 | 0.61 |
| Hex | DA | D8 | 5D | 0 | 1 | 39 | F | 3B | 3F | 3D |
| Octal | 332 | 330 | 135 | 0 | 1 | 71 | 17 | 73 | 77 | 75 |
| Binary | 11011010 | 11011000 | 1011101 | 0 | 1 | 111001 | 1111 | 111011 | 111111 | 111101 |
Color Harmonies of #DAD85D
Complementary color
Monochromatic Colors of #DAD85D
Black with #DAD85D
Text Example
Text Example
White with #DAD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD85D; }
p { color: rgb(218,216,93); }
H1.HeaderClassName
{
color: #DAD85D;
}
.AnyTagClassName
{
color: #DAD85D;
}
</style>
background-color css
<style>
a { background-color: #DAD85D; }
a { background-color: rgb(218,216,93); }
div.DivClassName
{
background-color: #DAD85D;
}
.BgClassName
{
background-color: #DAD85D;
}
</style>
border-color css
<style>
span { border-color: #DAD85D; }
span { border-color: rgb(218,216,93); }
td.TdClassName
{
border-color: #DAD85D;
}
.TagClassName
{
border-color: #DAD85D;
}
</style>