Shades of Manz #DAD05C
Tints of Manz #DAD05C
RGB
CMYK
RGB Variations
Color information
#DAD05C (or 0xDAD05C) is known color: Manz. HEX triplet: DA, D0 and 5C. RGB value is (218,208,92). Sum of RGB (Red+Green+Blue) = 218+208+92=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD05C is #252FA3. Grayscale: #C6C6C6. Windows color (decimal): -2437028 or 6082778. OLE color: 6082778.
HSL color Cylindrical-coordinate representation of color #DAD05C: hue angle of 55.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAD05C is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 92 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.15 |
| HSL | 55.24º | 0.63% | 0.61% | - |
| HSV(B) | 55.24º | 0.58% | 0.85% | - |
| XYZ | 53.4 | 60.79 | 19.04 | - |
| YUV | 197.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 92 | 0 | 0.05 | 0.58 | 0.15 | 55.24 | 0.63 | 0.61 |
| Hex | DA | D0 | 5C | 0 | 5 | 3A | F | 37 | 3F | 3D |
| Octal | 332 | 320 | 134 | 0 | 5 | 72 | 17 | 67 | 77 | 75 |
| Binary | 11011010 | 11010000 | 1011100 | 0 | 101 | 111010 | 1111 | 110111 | 111111 | 111101 |
Color Harmonies of #DAD05C
Complementary color
Monochromatic Colors of #DAD05C
Black with #DAD05C
Text Example
Text Example
White with #DAD05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD05C; }
p { color: rgb(218,208,92); }
H1.HeaderClassName
{
color: #DAD05C;
}
.AnyTagClassName
{
color: #DAD05C;
}
</style>
background-color css
<style>
a { background-color: #DAD05C; }
a { background-color: rgb(218,208,92); }
div.DivClassName
{
background-color: #DAD05C;
}
.BgClassName
{
background-color: #DAD05C;
}
</style>
border-color css
<style>
span { border-color: #DAD05C; }
span { border-color: rgb(218,208,92); }
td.TdClassName
{
border-color: #DAD05C;
}
.TagClassName
{
border-color: #DAD05C;
}
</style>