Shades of Manz #DBDA5A
Tints of Manz #DBDA5A
RGB
CMYK
RGB Variations
Color information
#DBDA5A (or 0xDBDA5A) is known color: Manz. HEX triplet: DB, DA and 5A. RGB value is (219,218,90). Sum of RGB (Red+Green+Blue) = 219+218+90=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA5A is #2425A5. Grayscale: #CCCCCC. Windows color (decimal): -2368934 or 5954267. OLE color: 5954267.
HSL color Cylindrical-coordinate representation of color #DBDA5A: hue angle of 59.53º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBDA5A is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 90 | - |
| CMYK | 0 | 0.00 | 0.59 | 0.14 |
| HSL | 59.53º | 0.64% | 0.61% | - |
| HSV(B) | 59.53º | 0.59% | 0.86% | - |
| XYZ | 56.13 | 65.94 | 19.44 | - |
| YUV | 203.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 90 | 0 | 0.00 | 0.59 | 0.14 | 59.53 | 0.64 | 0.61 |
| Hex | DB | DA | 5A | 0 | 0 | 3B | E | 3C | 40 | 3D |
| Octal | 333 | 332 | 132 | 0 | 0 | 73 | 16 | 74 | 100 | 75 |
| Binary | 11011011 | 11011010 | 1011010 | 0 | 0 | 111011 | 1110 | 111100 | 1000000 | 111101 |
Color Harmonies of #DBDA5A
Complementary color
Monochromatic Colors of #DBDA5A
Black with #DBDA5A
Text Example
Text Example
White with #DBDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA5A; }
p { color: rgb(219,218,90); }
H1.HeaderClassName
{
color: #DBDA5A;
}
.AnyTagClassName
{
color: #DBDA5A;
}
</style>
background-color css
<style>
a { background-color: #DBDA5A; }
a { background-color: rgb(219,218,90); }
div.DivClassName
{
background-color: #DBDA5A;
}
.BgClassName
{
background-color: #DBDA5A;
}
</style>
border-color css
<style>
span { border-color: #DBDA5A; }
span { border-color: rgb(219,218,90); }
td.TdClassName
{
border-color: #DBDA5A;
}
.TagClassName
{
border-color: #DBDA5A;
}
</style>