Shades of Manz #DBDB4A
Tints of Manz #DBDB4A
RGB
CMYK
RGB Variations
Color information
#DBDB4A (or 0xDBDB4A) is known color: Manz. HEX triplet: DB, DB and 4A. RGB value is (219,219,74). Sum of RGB (Red+Green+Blue) = 219+219+74=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB4A is #2424B5. Grayscale: #CBCBCB. Windows color (decimal): -2368694 or 4905947. OLE color: 4905947.
HSL color Cylindrical-coordinate representation of color #DBDB4A: hue angle of 60º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBDB4A is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 74 | - |
| CMYK | 0 | 0 | 0.66 | 0.14 |
| HSL | 60º | 0.67% | 0.57% | - |
| HSV(B) | 60º | 0.66% | 0.86% | - |
| XYZ | 55.78 | 66.22 | 16.32 | - |
| YUV | 202.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 74 | 0 | 0 | 0.66 | 0.14 | 60 | 0.67 | 0.57 |
| Hex | DB | DB | 4A | 0 | 0 | 42 | E | 3C | 43 | 39 |
| Octal | 333 | 333 | 112 | 0 | 0 | 102 | 16 | 74 | 103 | 71 |
| Binary | 11011011 | 11011011 | 1001010 | 0 | 0 | 1000010 | 1110 | 111100 | 1000011 | 111001 |
Color Harmonies of #DBDB4A
Complementary color
Monochromatic Colors of #DBDB4A
Black with #DBDB4A
Text Example
Text Example
White with #DBDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB4A; }
p { color: rgb(219,219,74); }
H1.HeaderClassName
{
color: #DBDB4A;
}
.AnyTagClassName
{
color: #DBDB4A;
}
</style>
background-color css
<style>
a { background-color: #DBDB4A; }
a { background-color: rgb(219,219,74); }
div.DivClassName
{
background-color: #DBDB4A;
}
.BgClassName
{
background-color: #DBDB4A;
}
</style>
border-color css
<style>
span { border-color: #DBDB4A; }
span { border-color: rgb(219,219,74); }
td.TdClassName
{
border-color: #DBDB4A;
}
.TagClassName
{
border-color: #DBDB4A;
}
</style>