Shades of Manz #DAD255
Tints of Manz #DAD255
RGB
CMYK
RGB Variations
Color information
#DAD255 (or 0xDAD255) is known color: Manz. HEX triplet: DA, D2 and 55. RGB value is (218,210,85). Sum of RGB (Red+Green+Blue) = 218+210+85=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD255 is #252DAA. Grayscale: #C6C6C6. Windows color (decimal): -2436523 or 5624538. OLE color: 5624538.
HSL color Cylindrical-coordinate representation of color #DAD255: hue angle of 56.39º 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 #DAD255 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 85 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.15 |
| HSL | 56.39º | 0.64% | 0.59% | - |
| HSV(B) | 56.39º | 0.61% | 0.85% | - |
| XYZ | 53.6 | 61.65 | 17.67 | - |
| YUV | 198.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 85 | 0 | 0.04 | 0.61 | 0.15 | 56.39 | 0.64 | 0.59 |
| Hex | DA | D2 | 55 | 0 | 4 | 3D | F | 38 | 40 | 3B |
| Octal | 332 | 322 | 125 | 0 | 4 | 75 | 17 | 70 | 100 | 73 |
| Binary | 11011010 | 11010010 | 1010101 | 0 | 100 | 111101 | 1111 | 111000 | 1000000 | 111011 |
Color Harmonies of #DAD255
Complementary color
Monochromatic Colors of #DAD255
Black with #DAD255
Text Example
Text Example
White with #DAD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD255; }
p { color: rgb(218,210,85); }
H1.HeaderClassName
{
color: #DAD255;
}
.AnyTagClassName
{
color: #DAD255;
}
</style>
background-color css
<style>
a { background-color: #DAD255; }
a { background-color: rgb(218,210,85); }
div.DivClassName
{
background-color: #DAD255;
}
.BgClassName
{
background-color: #DAD255;
}
</style>
border-color css
<style>
span { border-color: #DAD255; }
span { border-color: rgb(218,210,85); }
td.TdClassName
{
border-color: #DAD255;
}
.TagClassName
{
border-color: #DAD255;
}
</style>