Shades of Manz #DADB4F
Tints of Manz #DADB4F
RGB
CMYK
RGB Variations
Color information
#DADB4F (or 0xDADB4F) is known color: Manz. HEX triplet: DA, DB and 4F. RGB value is (218,219,79). Sum of RGB (Red+Green+Blue) = 218+219+79=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB4F is #2524B0. Grayscale: #CBCBCB. Windows color (decimal): -2434225 or 5233626. OLE color: 5233626.
HSL color Cylindrical-coordinate representation of color #DADB4F: hue angle of 60.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DADB4F is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 79 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.14 |
| HSL | 60.43º | 0.66% | 0.58% | - |
| HSV(B) | 60.43º | 0.64% | 0.86% | - |
| XYZ | 55.66 | 66.13 | 17.23 | - |
| YUV | 202.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 79 | 0.00 | 0 | 0.64 | 0.14 | 60.43 | 0.66 | 0.58 |
| Hex | DA | DB | 4F | 0 | 0 | 40 | E | 3C | 42 | 3A |
| Octal | 332 | 333 | 117 | 0 | 0 | 100 | 16 | 74 | 102 | 72 |
| Binary | 11011010 | 11011011 | 1001111 | 0 | 0 | 1000000 | 1110 | 111100 | 1000010 | 111010 |
Color Harmonies of #DADB4F
Complementary color
Monochromatic Colors of #DADB4F
Black with #DADB4F
Text Example
Text Example
White with #DADB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB4F; }
p { color: rgb(218,219,79); }
H1.HeaderClassName
{
color: #DADB4F;
}
.AnyTagClassName
{
color: #DADB4F;
}
</style>
background-color css
<style>
a { background-color: #DADB4F; }
a { background-color: rgb(218,219,79); }
div.DivClassName
{
background-color: #DADB4F;
}
.BgClassName
{
background-color: #DADB4F;
}
</style>
border-color css
<style>
span { border-color: #DADB4F; }
span { border-color: rgb(218,219,79); }
td.TdClassName
{
border-color: #DADB4F;
}
.TagClassName
{
border-color: #DADB4F;
}
</style>