Shades of Manz #DACF5D
Tints of Manz #DACF5D
RGB
CMYK
RGB Variations
Color information
#DACF5D (or 0xDACF5D) is known color: Manz. HEX triplet: DA, CF and 5D. RGB value is (218,207,93). Sum of RGB (Red+Green+Blue) = 218+207+93=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF5D is #2530A2. Grayscale: #C5C5C5. Windows color (decimal): -2437283 or 6148058. OLE color: 6148058.
HSL color Cylindrical-coordinate representation of color #DACF5D: hue angle of 54.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DACF5D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 93 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.15 |
| HSL | 54.72º | 0.63% | 0.61% | - |
| HSV(B) | 54.72º | 0.57% | 0.85% | - |
| XYZ | 53.2 | 60.32 | 19.2 | - |
| YUV | 197.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 93 | 0 | 0.05 | 0.57 | 0.15 | 54.72 | 0.63 | 0.61 |
| Hex | DA | CF | 5D | 0 | 5 | 39 | F | 37 | 3F | 3D |
| Octal | 332 | 317 | 135 | 0 | 5 | 71 | 17 | 67 | 77 | 75 |
| Binary | 11011010 | 11001111 | 1011101 | 0 | 101 | 111001 | 1111 | 110111 | 111111 | 111101 |
Color Harmonies of #DACF5D
Complementary color
Monochromatic Colors of #DACF5D
Black with #DACF5D
Text Example
Text Example
White with #DACF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF5D; }
p { color: rgb(218,207,93); }
H1.HeaderClassName
{
color: #DACF5D;
}
.AnyTagClassName
{
color: #DACF5D;
}
</style>
background-color css
<style>
a { background-color: #DACF5D; }
a { background-color: rgb(218,207,93); }
div.DivClassName
{
background-color: #DACF5D;
}
.BgClassName
{
background-color: #DACF5D;
}
</style>
border-color css
<style>
span { border-color: #DACF5D; }
span { border-color: rgb(218,207,93); }
td.TdClassName
{
border-color: #DACF5D;
}
.TagClassName
{
border-color: #DACF5D;
}
</style>