Shades of Manz #DAD455
Tints of Manz #DAD455
RGB
CMYK
RGB Variations
Color information
#DAD455 (or 0xDAD455) is known color: Manz. HEX triplet: DA, D4 and 55. RGB value is (218,212,85). Sum of RGB (Red+Green+Blue) = 218+212+85=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD455 is #252BAA. Grayscale: #C7C7C7. Windows color (decimal): -2436011 or 5625050. OLE color: 5625050.
HSL color Cylindrical-coordinate representation of color #DAD455: hue angle of 57.29º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAD455 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 85 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.15 |
| HSL | 57.29º | 0.64% | 0.59% | - |
| HSV(B) | 57.29º | 0.61% | 0.85% | - |
| XYZ | 54.1 | 62.65 | 17.84 | - |
| YUV | 199.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 85 | 0 | 0.03 | 0.61 | 0.15 | 57.29 | 0.64 | 0.59 |
| Hex | DA | D4 | 55 | 0 | 3 | 3D | F | 39 | 40 | 3B |
| Octal | 332 | 324 | 125 | 0 | 3 | 75 | 17 | 71 | 100 | 73 |
| Binary | 11011010 | 11010100 | 1010101 | 0 | 11 | 111101 | 1111 | 111001 | 1000000 | 111011 |
Color Harmonies of #DAD455
Complementary color
Monochromatic Colors of #DAD455
Black with #DAD455
Text Example
Text Example
White with #DAD455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD455; }
p { color: rgb(218,212,85); }
H1.HeaderClassName
{
color: #DAD455;
}
.AnyTagClassName
{
color: #DAD455;
}
</style>
background-color css
<style>
a { background-color: #DAD455; }
a { background-color: rgb(218,212,85); }
div.DivClassName
{
background-color: #DAD455;
}
.BgClassName
{
background-color: #DAD455;
}
</style>
border-color css
<style>
span { border-color: #DAD455; }
span { border-color: rgb(218,212,85); }
td.TdClassName
{
border-color: #DAD455;
}
.TagClassName
{
border-color: #DAD455;
}
</style>