Shades of Manz #DACF59
Tints of Manz #DACF59
RGB
CMYK
RGB Variations
Color information
#DACF59 (or 0xDACF59) is known color: Manz. HEX triplet: DA, CF and 59. RGB value is (218,207,89). Sum of RGB (Red+Green+Blue) = 218+207+89=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF59 is #2530A6. Grayscale: #C5C5C5. Windows color (decimal): -2437287 or 5885914. OLE color: 5885914.
HSL color Cylindrical-coordinate representation of color #DACF59: hue angle of 54.88º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DACF59 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 89 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.15 |
| HSL | 54.88º | 0.64% | 0.6% | - |
| HSV(B) | 54.88º | 0.59% | 0.85% | - |
| XYZ | 53.03 | 60.25 | 18.29 | - |
| YUV | 196.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 89 | 0 | 0.05 | 0.59 | 0.15 | 54.88 | 0.64 | 0.6 |
| Hex | DA | CF | 59 | 0 | 5 | 3B | F | 37 | 40 | 3C |
| Octal | 332 | 317 | 131 | 0 | 5 | 73 | 17 | 67 | 100 | 74 |
| Binary | 11011010 | 11001111 | 1011001 | 0 | 101 | 111011 | 1111 | 110111 | 1000000 | 111100 |
Color Harmonies of #DACF59
Complementary color
Monochromatic Colors of #DACF59
Black with #DACF59
Text Example
Text Example
White with #DACF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF59; }
p { color: rgb(218,207,89); }
H1.HeaderClassName
{
color: #DACF59;
}
.AnyTagClassName
{
color: #DACF59;
}
</style>
background-color css
<style>
a { background-color: #DACF59; }
a { background-color: rgb(218,207,89); }
div.DivClassName
{
background-color: #DACF59;
}
.BgClassName
{
background-color: #DACF59;
}
</style>
border-color css
<style>
span { border-color: #DACF59; }
span { border-color: rgb(218,207,89); }
td.TdClassName
{
border-color: #DACF59;
}
.TagClassName
{
border-color: #DACF59;
}
</style>