Shades of Manz #DAD15E
Tints of Manz #DAD15E
RGB
CMYK
RGB Variations
Color information
#DAD15E (or 0xDAD15E) is known color: Manz. HEX triplet: DA, D1 and 5E. RGB value is (218,209,94). Sum of RGB (Red+Green+Blue) = 218+209+94=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD15E is #252EA1. Grayscale: #C7C7C7. Windows color (decimal): -2436770 or 6214106. OLE color: 6214106.
HSL color Cylindrical-coordinate representation of color #DAD15E: hue angle of 55.65º 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 #DAD15E is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 94 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.15 |
| HSL | 55.65º | 0.63% | 0.61% | - |
| HSV(B) | 55.65º | 0.57% | 0.85% | - |
| XYZ | 53.73 | 61.31 | 19.59 | - |
| YUV | 198.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 94 | 0 | 0.04 | 0.57 | 0.15 | 55.65 | 0.63 | 0.61 |
| Hex | DA | D1 | 5E | 0 | 4 | 39 | F | 38 | 3F | 3D |
| Octal | 332 | 321 | 136 | 0 | 4 | 71 | 17 | 70 | 77 | 75 |
| Binary | 11011010 | 11010001 | 1011110 | 0 | 100 | 111001 | 1111 | 111000 | 111111 | 111101 |
Color Harmonies of #DAD15E
Complementary color
Monochromatic Colors of #DAD15E
Black with #DAD15E
Text Example
Text Example
White with #DAD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD15E; }
p { color: rgb(218,209,94); }
H1.HeaderClassName
{
color: #DAD15E;
}
.AnyTagClassName
{
color: #DAD15E;
}
</style>
background-color css
<style>
a { background-color: #DAD15E; }
a { background-color: rgb(218,209,94); }
div.DivClassName
{
background-color: #DAD15E;
}
.BgClassName
{
background-color: #DAD15E;
}
</style>
border-color css
<style>
span { border-color: #DAD15E; }
span { border-color: rgb(218,209,94); }
td.TdClassName
{
border-color: #DAD15E;
}
.TagClassName
{
border-color: #DAD15E;
}
</style>