Shades of Manz #DBDB4B
Tints of Manz #DBDB4B
RGB
CMYK
RGB Variations
Color information
#DBDB4B (or 0xDBDB4B) is known color: Manz. HEX triplet: DB, DB and 4B. RGB value is (219,219,75). Sum of RGB (Red+Green+Blue) = 219+219+75=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB4B is #2424B4. Grayscale: #CBCBCB. Windows color (decimal): -2368693 or 4971483. OLE color: 4971483.
HSL color Cylindrical-coordinate representation of color #DBDB4B: hue angle of 60º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBDB4B is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 75 | - |
CMYK | 0 | 0 | 0.66 | 0.14 |
HSL | 60º | 0.67% | 0.58% | - |
HSV(B) | 60º | 0.66% | 0.86% | - |
XYZ | 55.81 | 66.23 | 16.5 | - |
YUV | 202.58 | 56 | 139.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 75 | 0 | 0 | 0.66 | 0.14 | 60 | 0.67 | 0.58 |
Hex | DB | DB | 4B | 0 | 0 | 42 | E | 3C | 43 | 3A |
Octal | 333 | 333 | 113 | 0 | 0 | 102 | 16 | 74 | 103 | 72 |
Binary | 11011011 | 11011011 | 1001011 | 0 | 0 | 1000010 | 1110 | 111100 | 1000011 | 111010 |
Color Harmonies of #DBDB4B
Complementary color
Monochromatic Colors of #DBDB4B
Black with #DBDB4B
Text Example
Text Example
White with #DBDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB4B; }
p { color: rgb(219,219,75); }
H1.HeaderClassName
{
color: #DBDB4B;
}
.AnyTagClassName
{
color: #DBDB4B;
}
</style>
background-color css
<style>
a { background-color: #DBDB4B; }
a { background-color: rgb(219,219,75); }
div.DivClassName
{
background-color: #DBDB4B;
}
.BgClassName
{
background-color: #DBDB4B;
}
</style>
border-color css
<style>
span { border-color: #DBDB4B; }
span { border-color: rgb(219,219,75); }
td.TdClassName
{
border-color: #DBDB4B;
}
.TagClassName
{
border-color: #DBDB4B;
}
</style>