Shades of Manz #DBD45A
Tints of Manz #DBD45A
RGB
CMYK
RGB Variations
Color information
#DBD45A (or 0xDBD45A) is known color: Manz. HEX triplet: DB, D4 and 5A. RGB value is (219,212,90). Sum of RGB (Red+Green+Blue) = 219+212+90=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD45A is #242BA5. Grayscale: #C8C8C8. Windows color (decimal): -2370470 or 5952731. OLE color: 5952731.
HSL color Cylindrical-coordinate representation of color #DBD45A: hue angle of 56.74º 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 #DBD45A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 90 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.14 |
| HSL | 56.74º | 0.64% | 0.61% | - |
| HSV(B) | 56.74º | 0.59% | 0.86% | - |
| XYZ | 54.6 | 62.89 | 18.93 | - |
| YUV | 200.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 90 | 0 | 0.03 | 0.59 | 0.14 | 56.74 | 0.64 | 0.61 |
| Hex | DB | D4 | 5A | 0 | 3 | 3B | E | 39 | 40 | 3D |
| Octal | 333 | 324 | 132 | 0 | 3 | 73 | 16 | 71 | 100 | 75 |
| Binary | 11011011 | 11010100 | 1011010 | 0 | 11 | 111011 | 1110 | 111001 | 1000000 | 111101 |
Color Harmonies of #DBD45A
Complementary color
Monochromatic Colors of #DBD45A
Black with #DBD45A
Text Example
Text Example
White with #DBD45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD45A; }
p { color: rgb(219,212,90); }
H1.HeaderClassName
{
color: #DBD45A;
}
.AnyTagClassName
{
color: #DBD45A;
}
</style>
background-color css
<style>
a { background-color: #DBD45A; }
a { background-color: rgb(219,212,90); }
div.DivClassName
{
background-color: #DBD45A;
}
.BgClassName
{
background-color: #DBD45A;
}
</style>
border-color css
<style>
span { border-color: #DBD45A; }
span { border-color: rgb(219,212,90); }
td.TdClassName
{
border-color: #DBD45A;
}
.TagClassName
{
border-color: #DBD45A;
}
</style>