Shades of Manz #DAD25C
Tints of Manz #DAD25C
RGB
CMYK
RGB Variations
Color information
#DAD25C (or 0xDAD25C) is known color: Manz. HEX triplet: DA, D2 and 5C. RGB value is (218,210,92). Sum of RGB (Red+Green+Blue) = 218+210+92=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD25C is #252DA3. Grayscale: #C7C7C7. Windows color (decimal): -2436516 or 6083290. OLE color: 6083290.
HSL color Cylindrical-coordinate representation of color #DAD25C: hue angle of 56.19º 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 #DAD25C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 92 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.15 |
| HSL | 56.19º | 0.63% | 0.61% | - |
| HSV(B) | 56.19º | 0.58% | 0.85% | - |
| XYZ | 53.89 | 61.77 | 19.21 | - |
| YUV | 198.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 92 | 0 | 0.04 | 0.58 | 0.15 | 56.19 | 0.63 | 0.61 |
| Hex | DA | D2 | 5C | 0 | 4 | 3A | F | 38 | 3F | 3D |
| Octal | 332 | 322 | 134 | 0 | 4 | 72 | 17 | 70 | 77 | 75 |
| Binary | 11011010 | 11010010 | 1011100 | 0 | 100 | 111010 | 1111 | 111000 | 111111 | 111101 |
Color Harmonies of #DAD25C
Complementary color
Monochromatic Colors of #DAD25C
Black with #DAD25C
Text Example
Text Example
White with #DAD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD25C; }
p { color: rgb(218,210,92); }
H1.HeaderClassName
{
color: #DAD25C;
}
.AnyTagClassName
{
color: #DAD25C;
}
</style>
background-color css
<style>
a { background-color: #DAD25C; }
a { background-color: rgb(218,210,92); }
div.DivClassName
{
background-color: #DAD25C;
}
.BgClassName
{
background-color: #DAD25C;
}
</style>
border-color css
<style>
span { border-color: #DAD25C; }
span { border-color: rgb(218,210,92); }
td.TdClassName
{
border-color: #DAD25C;
}
.TagClassName
{
border-color: #DAD25C;
}
</style>