Shades of Manz #DBDD55
Tints of Manz #DBDD55
RGB
CMYK
RGB Variations
Color information
#DBDD55 (or 0xDBDD55) is known color: Manz. HEX triplet: DB, DD and 55. RGB value is (219,221,85). Sum of RGB (Red+Green+Blue) = 219+221+85=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD55 is #2422AA. Grayscale: #CDCDCD. Windows color (decimal): -2368171 or 5627355. OLE color: 5627355.
HSL color Cylindrical-coordinate representation of color #DBDD55: hue angle of 60.88º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBDD55 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 85 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.13 |
| HSL | 60.88º | 0.67% | 0.6% | - |
| HSV(B) | 60.88º | 0.62% | 0.87% | - |
| XYZ | 56.71 | 67.43 | 18.62 | - |
| YUV | 204.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 85 | 0.01 | 0 | 0.62 | 0.13 | 60.88 | 0.67 | 0.6 |
| Hex | DB | DD | 55 | 1 | 0 | 3E | D | 3D | 43 | 3C |
| Octal | 333 | 335 | 125 | 1 | 0 | 76 | 15 | 75 | 103 | 74 |
| Binary | 11011011 | 11011101 | 1010101 | 1 | 0 | 111110 | 1101 | 111101 | 1000011 | 111100 |
Color Harmonies of #DBDD55
Complementary color
Monochromatic Colors of #DBDD55
Black with #DBDD55
Text Example
Text Example
White with #DBDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD55; }
p { color: rgb(219,221,85); }
H1.HeaderClassName
{
color: #DBDD55;
}
.AnyTagClassName
{
color: #DBDD55;
}
</style>
background-color css
<style>
a { background-color: #DBDD55; }
a { background-color: rgb(219,221,85); }
div.DivClassName
{
background-color: #DBDD55;
}
.BgClassName
{
background-color: #DBDD55;
}
</style>
border-color css
<style>
span { border-color: #DBDD55; }
span { border-color: rgb(219,221,85); }
td.TdClassName
{
border-color: #DBDD55;
}
.TagClassName
{
border-color: #DBDD55;
}
</style>