Shades of Manz #DAD74E
Tints of Manz #DAD74E
RGB
CMYK
RGB Variations
Color information
#DAD74E (or 0xDAD74E) is known color: Manz. HEX triplet: DA, D7 and 4E. RGB value is (218,215,78). Sum of RGB (Red+Green+Blue) = 218+215+78=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD74E is #2528B1. Grayscale: #C8C8C8. Windows color (decimal): -2435250 or 5167066. OLE color: 5167066.
HSL color Cylindrical-coordinate representation of color #DAD74E: hue angle of 58.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAD74E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 78 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.15 |
| HSL | 58.71º | 0.65% | 0.58% | - |
| HSV(B) | 58.71º | 0.64% | 0.85% | - |
| XYZ | 54.59 | 64.06 | 16.69 | - |
| YUV | 200.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 78 | 0 | 0.01 | 0.64 | 0.15 | 58.71 | 0.65 | 0.58 |
| Hex | DA | D7 | 4E | 0 | 1 | 40 | F | 3B | 41 | 3A |
| Octal | 332 | 327 | 116 | 0 | 1 | 100 | 17 | 73 | 101 | 72 |
| Binary | 11011010 | 11010111 | 1001110 | 0 | 1 | 1000000 | 1111 | 111011 | 1000001 | 111010 |
Color Harmonies of #DAD74E
Complementary color
Monochromatic Colors of #DAD74E
Black with #DAD74E
Text Example
Text Example
White with #DAD74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD74E; }
p { color: rgb(218,215,78); }
H1.HeaderClassName
{
color: #DAD74E;
}
.AnyTagClassName
{
color: #DAD74E;
}
</style>
background-color css
<style>
a { background-color: #DAD74E; }
a { background-color: rgb(218,215,78); }
div.DivClassName
{
background-color: #DAD74E;
}
.BgClassName
{
background-color: #DAD74E;
}
</style>
border-color css
<style>
span { border-color: #DAD74E; }
span { border-color: rgb(218,215,78); }
td.TdClassName
{
border-color: #DAD74E;
}
.TagClassName
{
border-color: #DAD74E;
}
</style>