Shades of Manz #DACF5B
Tints of Manz #DACF5B
RGB
CMYK
RGB Variations
Color information
#DACF5B (or 0xDACF5B) is known color: Manz. HEX triplet: DA, CF and 5B. RGB value is (218,207,91). Sum of RGB (Red+Green+Blue) = 218+207+91=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF5B is #2530A4. Grayscale: #C5C5C5. Windows color (decimal): -2437285 or 6016986. OLE color: 6016986.
HSL color Cylindrical-coordinate representation of color #DACF5B: hue angle of 54.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DACF5B is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 91 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.15 |
| HSL | 54.8º | 0.63% | 0.61% | - |
| HSV(B) | 54.8º | 0.58% | 0.85% | - |
| XYZ | 53.11 | 60.29 | 18.73 | - |
| YUV | 197.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 91 | 0 | 0.05 | 0.58 | 0.15 | 54.8 | 0.63 | 0.61 |
| Hex | DA | CF | 5B | 0 | 5 | 3A | F | 37 | 3F | 3D |
| Octal | 332 | 317 | 133 | 0 | 5 | 72 | 17 | 67 | 77 | 75 |
| Binary | 11011010 | 11001111 | 1011011 | 0 | 101 | 111010 | 1111 | 110111 | 111111 | 111101 |
Color Harmonies of #DACF5B
Complementary color
Monochromatic Colors of #DACF5B
Black with #DACF5B
Text Example
Text Example
White with #DACF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF5B; }
p { color: rgb(218,207,91); }
H1.HeaderClassName
{
color: #DACF5B;
}
.AnyTagClassName
{
color: #DACF5B;
}
</style>
background-color css
<style>
a { background-color: #DACF5B; }
a { background-color: rgb(218,207,91); }
div.DivClassName
{
background-color: #DACF5B;
}
.BgClassName
{
background-color: #DACF5B;
}
</style>
border-color css
<style>
span { border-color: #DACF5B; }
span { border-color: rgb(218,207,91); }
td.TdClassName
{
border-color: #DACF5B;
}
.TagClassName
{
border-color: #DACF5B;
}
</style>