Shades of Manz #DAD153
Tints of Manz #DAD153
RGB
CMYK
RGB Variations
Color information
#DAD153 (or 0xDAD153) is known color: Manz. HEX triplet: DA, D1 and 53. RGB value is (218,209,83). Sum of RGB (Red+Green+Blue) = 218+209+83=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD153 is #252EAC. Grayscale: #C5C5C5. Windows color (decimal): -2436781 or 5493210. OLE color: 5493210.
HSL color Cylindrical-coordinate representation of color #DAD153: hue angle of 56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAD153 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 83 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.15 |
| HSL | 56º | 0.65% | 0.59% | - |
| HSV(B) | 56º | 0.62% | 0.85% | - |
| XYZ | 53.28 | 61.13 | 17.18 | - |
| YUV | 197.33 | 63.48 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 83 | 0 | 0.04 | 0.62 | 0.15 | 56 | 0.65 | 0.59 |
| Hex | DA | D1 | 53 | 0 | 4 | 3E | F | 38 | 41 | 3B |
| Octal | 332 | 321 | 123 | 0 | 4 | 76 | 17 | 70 | 101 | 73 |
| Binary | 11011010 | 11010001 | 1010011 | 0 | 100 | 111110 | 1111 | 111000 | 1000001 | 111011 |
Color Harmonies of #DAD153
Complementary color
Monochromatic Colors of #DAD153
Black with #DAD153
Text Example
Text Example
White with #DAD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD153; }
p { color: rgb(218,209,83); }
H1.HeaderClassName
{
color: #DAD153;
}
.AnyTagClassName
{
color: #DAD153;
}
</style>
background-color css
<style>
a { background-color: #DAD153; }
a { background-color: rgb(218,209,83); }
div.DivClassName
{
background-color: #DAD153;
}
.BgClassName
{
background-color: #DAD153;
}
</style>
border-color css
<style>
span { border-color: #DAD153; }
span { border-color: rgb(218,209,83); }
td.TdClassName
{
border-color: #DAD153;
}
.TagClassName
{
border-color: #DAD153;
}
</style>