Shades of Manz #DBDB57
Tints of Manz #DBDB57
RGB
CMYK
RGB Variations
Color information
#DBDB57 (or 0xDBDB57) is known color: Manz. HEX triplet: DB, DB and 57. RGB value is (219,219,87). Sum of RGB (Red+Green+Blue) = 219+219+87=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB57 is #2424A8. Grayscale: #CCCCCC. Windows color (decimal): -2368681 or 5757915. OLE color: 5757915.
HSL color Cylindrical-coordinate representation of color #DBDB57: hue angle of 60º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBDB57 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 87 | - |
CMYK | 0 | 0 | 0.60 | 0.14 |
HSL | 60º | 0.65% | 0.6% | - |
HSV(B) | 60º | 0.6% | 0.86% | - |
XYZ | 56.27 | 66.41 | 18.87 | - |
YUV | 203.95 | 62 | 138.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 87 | 0 | 0 | 0.60 | 0.14 | 60 | 0.65 | 0.6 |
Hex | DB | DB | 57 | 0 | 0 | 3C | E | 3C | 41 | 3C |
Octal | 333 | 333 | 127 | 0 | 0 | 74 | 16 | 74 | 101 | 74 |
Binary | 11011011 | 11011011 | 1010111 | 0 | 0 | 111100 | 1110 | 111100 | 1000001 | 111100 |
Color Harmonies of #DBDB57
Complementary color
Monochromatic Colors of #DBDB57
Black with #DBDB57
Text Example
Text Example
White with #DBDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB57; }
p { color: rgb(219,219,87); }
H1.HeaderClassName
{
color: #DBDB57;
}
.AnyTagClassName
{
color: #DBDB57;
}
</style>
background-color css
<style>
a { background-color: #DBDB57; }
a { background-color: rgb(219,219,87); }
div.DivClassName
{
background-color: #DBDB57;
}
.BgClassName
{
background-color: #DBDB57;
}
</style>
border-color css
<style>
span { border-color: #DBDB57; }
span { border-color: rgb(219,219,87); }
td.TdClassName
{
border-color: #DBDB57;
}
.TagClassName
{
border-color: #DBDB57;
}
</style>