Shades of Manz #DAD35D
Tints of Manz #DAD35D
RGB
CMYK
RGB Variations
Color information
#DAD35D (or 0xDAD35D) is known color: Manz. HEX triplet: DA, D3 and 5D. RGB value is (218,211,93). Sum of RGB (Red+Green+Blue) = 218+211+93=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD35D is #252CA2. Grayscale: #C8C8C8. Windows color (decimal): -2436259 or 6149082. OLE color: 6149082.
HSL color Cylindrical-coordinate representation of color #DAD35D: hue angle of 56.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAD35D is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 93 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.15 |
| HSL | 56.64º | 0.63% | 0.61% | - |
| HSV(B) | 56.64º | 0.57% | 0.85% | - |
| XYZ | 54.18 | 62.28 | 19.52 | - |
| YUV | 199.64 | 67.82 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 93 | 0 | 0.03 | 0.57 | 0.15 | 56.64 | 0.63 | 0.61 |
| Hex | DA | D3 | 5D | 0 | 3 | 39 | F | 39 | 3F | 3D |
| Octal | 332 | 323 | 135 | 0 | 3 | 71 | 17 | 71 | 77 | 75 |
| Binary | 11011010 | 11010011 | 1011101 | 0 | 11 | 111001 | 1111 | 111001 | 111111 | 111101 |
Color Harmonies of #DAD35D
Complementary color
Monochromatic Colors of #DAD35D
Black with #DAD35D
Text Example
Text Example
White with #DAD35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD35D; }
p { color: rgb(218,211,93); }
H1.HeaderClassName
{
color: #DAD35D;
}
.AnyTagClassName
{
color: #DAD35D;
}
</style>
background-color css
<style>
a { background-color: #DAD35D; }
a { background-color: rgb(218,211,93); }
div.DivClassName
{
background-color: #DAD35D;
}
.BgClassName
{
background-color: #DAD35D;
}
</style>
border-color css
<style>
span { border-color: #DAD35D; }
span { border-color: rgb(218,211,93); }
td.TdClassName
{
border-color: #DAD35D;
}
.TagClassName
{
border-color: #DAD35D;
}
</style>