Shades of Manz #DBDB4D
Tints of Manz #DBDB4D
RGB
CMYK
RGB Variations
Color information
#DBDB4D (or 0xDBDB4D) is known color: Manz. HEX triplet: DB, DB and 4D. RGB value is (219,219,77). Sum of RGB (Red+Green+Blue) = 219+219+77=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB4D is #2424B2. Grayscale: #CBCBCB. Windows color (decimal): -2368691 or 5102555. OLE color: 5102555.
HSL color Cylindrical-coordinate representation of color #DBDB4D: hue angle of 60º 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 #DBDB4D is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 77 | - |
CMYK | 0 | 0 | 0.65 | 0.14 |
HSL | 60º | 0.66% | 0.58% | - |
HSV(B) | 60º | 0.65% | 0.86% | - |
XYZ | 55.88 | 66.26 | 16.87 | - |
YUV | 202.81 | 57 | 139.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 77 | 0 | 0 | 0.65 | 0.14 | 60 | 0.66 | 0.58 |
Hex | DB | DB | 4D | 0 | 0 | 41 | E | 3C | 42 | 3A |
Octal | 333 | 333 | 115 | 0 | 0 | 101 | 16 | 74 | 102 | 72 |
Binary | 11011011 | 11011011 | 1001101 | 0 | 0 | 1000001 | 1110 | 111100 | 1000010 | 111010 |
Color Harmonies of #DBDB4D
Complementary color
Monochromatic Colors of #DBDB4D
Black with #DBDB4D
Text Example
Text Example
White with #DBDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB4D; }
p { color: rgb(219,219,77); }
H1.HeaderClassName
{
color: #DBDB4D;
}
.AnyTagClassName
{
color: #DBDB4D;
}
</style>
background-color css
<style>
a { background-color: #DBDB4D; }
a { background-color: rgb(219,219,77); }
div.DivClassName
{
background-color: #DBDB4D;
}
.BgClassName
{
background-color: #DBDB4D;
}
</style>
border-color css
<style>
span { border-color: #DBDB4D; }
span { border-color: rgb(219,219,77); }
td.TdClassName
{
border-color: #DBDB4D;
}
.TagClassName
{
border-color: #DBDB4D;
}
</style>