Shades of Manz #DADD4A
Tints of Manz #DADD4A
RGB
CMYK
RGB Variations
Color information
#DADD4A (or 0xDADD4A) is known color: Manz. HEX triplet: DA, DD and 4A. RGB value is (218,221,74). Sum of RGB (Red+Green+Blue) = 218+221+74=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD4A is #2522B5. Grayscale: #CBCBCB. Windows color (decimal): -2433718 or 4906458. OLE color: 4906458.
HSL color Cylindrical-coordinate representation of color #DADD4A: hue angle of 61.22º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DADD4A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 74 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.13 |
| HSL | 61.22º | 0.68% | 0.58% | - |
| HSV(B) | 61.22º | 0.67% | 0.87% | - |
| XYZ | 56.01 | 67.11 | 16.48 | - |
| YUV | 203.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 74 | 0.01 | 0 | 0.67 | 0.13 | 61.22 | 0.68 | 0.58 |
| Hex | DA | DD | 4A | 1 | 0 | 43 | D | 3D | 44 | 3A |
| Octal | 332 | 335 | 112 | 1 | 0 | 103 | 15 | 75 | 104 | 72 |
| Binary | 11011010 | 11011101 | 1001010 | 1 | 0 | 1000011 | 1101 | 111101 | 1000100 | 111010 |
Color Harmonies of #DADD4A
Complementary color
Monochromatic Colors of #DADD4A
Black with #DADD4A
Text Example
Text Example
White with #DADD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD4A; }
p { color: rgb(218,221,74); }
H1.HeaderClassName
{
color: #DADD4A;
}
.AnyTagClassName
{
color: #DADD4A;
}
</style>
background-color css
<style>
a { background-color: #DADD4A; }
a { background-color: rgb(218,221,74); }
div.DivClassName
{
background-color: #DADD4A;
}
.BgClassName
{
background-color: #DADD4A;
}
</style>
border-color css
<style>
span { border-color: #DADD4A; }
span { border-color: rgb(218,221,74); }
td.TdClassName
{
border-color: #DADD4A;
}
.TagClassName
{
border-color: #DADD4A;
}
</style>