Shades of Manz #DADB4D
Tints of Manz #DADB4D
RGB
CMYK
RGB Variations
Color information
#DADB4D (or 0xDADB4D) is known color: Manz. HEX triplet: DA, DB and 4D. RGB value is (218,219,77). Sum of RGB (Red+Green+Blue) = 218+219+77=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB4D is #2524B2. Grayscale: #CBCBCB. Windows color (decimal): -2434227 or 5102554. OLE color: 5102554.
HSL color Cylindrical-coordinate representation of color #DADB4D: hue angle of 60.42º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DADB4D is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 219 | 77 | - |
CMYK | 0.00 | 0 | 0.65 | 0.14 |
HSL | 60.42º | 0.66% | 0.58% | - |
HSV(B) | 60.42º | 0.65% | 0.86% | - |
XYZ | 55.58 | 66.1 | 16.85 | - |
YUV | 202.51 | 57.17 | 139.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 77 | 0.00 | 0 | 0.65 | 0.14 | 60.42 | 0.66 | 0.58 |
Hex | DA | DB | 4D | 0 | 0 | 41 | E | 3C | 42 | 3A |
Octal | 332 | 333 | 115 | 0 | 0 | 101 | 16 | 74 | 102 | 72 |
Binary | 11011010 | 11011011 | 1001101 | 0 | 0 | 1000001 | 1110 | 111100 | 1000010 | 111010 |
Color Harmonies of #DADB4D
Complementary color
Monochromatic Colors of #DADB4D
Black with #DADB4D
Text Example
Text Example
White with #DADB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB4D; }
p { color: rgb(218,219,77); }
H1.HeaderClassName
{
color: #DADB4D;
}
.AnyTagClassName
{
color: #DADB4D;
}
</style>
background-color css
<style>
a { background-color: #DADB4D; }
a { background-color: rgb(218,219,77); }
div.DivClassName
{
background-color: #DADB4D;
}
.BgClassName
{
background-color: #DADB4D;
}
</style>
border-color css
<style>
span { border-color: #DADB4D; }
span { border-color: rgb(218,219,77); }
td.TdClassName
{
border-color: #DADB4D;
}
.TagClassName
{
border-color: #DADB4D;
}
</style>