Shades of Manz #DACF58
Tints of Manz #DACF58
RGB
CMYK
RGB Variations
Color information
#DACF58 (or 0xDACF58) is known color: Manz. HEX triplet: DA, CF and 58. RGB value is (218,207,88). Sum of RGB (Red+Green+Blue) = 218+207+88=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF58 is #2530A7. Grayscale: #C5C5C5. Windows color (decimal): -2437288 or 5820378. OLE color: 5820378.
HSL color Cylindrical-coordinate representation of color #DACF58: hue angle of 54.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DACF58 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 88 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.15 |
| HSL | 54.92º | 0.64% | 0.6% | - |
| HSV(B) | 54.92º | 0.6% | 0.85% | - |
| XYZ | 52.99 | 60.24 | 18.07 | - |
| YUV | 196.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 88 | 0 | 0.05 | 0.60 | 0.15 | 54.92 | 0.64 | 0.6 |
| Hex | DA | CF | 58 | 0 | 5 | 3C | F | 37 | 40 | 3C |
| Octal | 332 | 317 | 130 | 0 | 5 | 74 | 17 | 67 | 100 | 74 |
| Binary | 11011010 | 11001111 | 1011000 | 0 | 101 | 111100 | 1111 | 110111 | 1000000 | 111100 |
Color Harmonies of #DACF58
Complementary color
Monochromatic Colors of #DACF58
Black with #DACF58
Text Example
Text Example
White with #DACF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF58; }
p { color: rgb(218,207,88); }
H1.HeaderClassName
{
color: #DACF58;
}
.AnyTagClassName
{
color: #DACF58;
}
</style>
background-color css
<style>
a { background-color: #DACF58; }
a { background-color: rgb(218,207,88); }
div.DivClassName
{
background-color: #DACF58;
}
.BgClassName
{
background-color: #DACF58;
}
</style>
border-color css
<style>
span { border-color: #DACF58; }
span { border-color: rgb(218,207,88); }
td.TdClassName
{
border-color: #DACF58;
}
.TagClassName
{
border-color: #DACF58;
}
</style>