Shades of Manz #DAD74C
Tints of Manz #DAD74C
RGB
CMYK
RGB Variations
Color information
#DAD74C (or 0xDAD74C) is known color: Manz. HEX triplet: DA, D7 and 4C. RGB value is (218,215,76). Sum of RGB (Red+Green+Blue) = 218+215+76=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD74C is #2528B3. Grayscale: #C8C8C8. Windows color (decimal): -2435252 or 5035994. OLE color: 5035994.
HSL color Cylindrical-coordinate representation of color #DAD74C: hue angle of 58.73º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAD74C is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 76 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.15 |
| HSL | 58.73º | 0.66% | 0.58% | - |
| HSV(B) | 58.73º | 0.65% | 0.85% | - |
| XYZ | 54.52 | 64.03 | 16.32 | - |
| YUV | 200.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 76 | 0 | 0.01 | 0.65 | 0.15 | 58.73 | 0.66 | 0.58 |
| Hex | DA | D7 | 4C | 0 | 1 | 41 | F | 3B | 42 | 3A |
| Octal | 332 | 327 | 114 | 0 | 1 | 101 | 17 | 73 | 102 | 72 |
| Binary | 11011010 | 11010111 | 1001100 | 0 | 1 | 1000001 | 1111 | 111011 | 1000010 | 111010 |
Color Harmonies of #DAD74C
Complementary color
Monochromatic Colors of #DAD74C
Black with #DAD74C
Text Example
Text Example
White with #DAD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD74C; }
p { color: rgb(218,215,76); }
H1.HeaderClassName
{
color: #DAD74C;
}
.AnyTagClassName
{
color: #DAD74C;
}
</style>
background-color css
<style>
a { background-color: #DAD74C; }
a { background-color: rgb(218,215,76); }
div.DivClassName
{
background-color: #DAD74C;
}
.BgClassName
{
background-color: #DAD74C;
}
</style>
border-color css
<style>
span { border-color: #DAD74C; }
span { border-color: rgb(218,215,76); }
td.TdClassName
{
border-color: #DAD74C;
}
.TagClassName
{
border-color: #DAD74C;
}
</style>