Shades of Manz #DBDD54
Tints of Manz #DBDD54
RGB
CMYK
RGB Variations
Color information
#DBDD54 (or 0xDBDD54) is known color: Manz. HEX triplet: DB, DD and 54. RGB value is (219,221,84). Sum of RGB (Red+Green+Blue) = 219+221+84=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD54 is #2422AB. Grayscale: #CDCDCD. Windows color (decimal): -2368172 or 5561819. OLE color: 5561819.
HSL color Cylindrical-coordinate representation of color #DBDD54: 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 #DBDD54 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 84 | - |
| 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.67 | 67.41 | 18.41 | - |
| YUV | 204.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 84 | 0.01 | 0 | 0.62 | 0.13 | 60.88 | 0.67 | 0.6 |
| Hex | DB | DD | 54 | 1 | 0 | 3E | D | 3D | 43 | 3C |
| Octal | 333 | 335 | 124 | 1 | 0 | 76 | 15 | 75 | 103 | 74 |
| Binary | 11011011 | 11011101 | 1010100 | 1 | 0 | 111110 | 1101 | 111101 | 1000011 | 111100 |
Color Harmonies of #DBDD54
Complementary color
Monochromatic Colors of #DBDD54
Black with #DBDD54
Text Example
Text Example
White with #DBDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD54; }
p { color: rgb(219,221,84); }
H1.HeaderClassName
{
color: #DBDD54;
}
.AnyTagClassName
{
color: #DBDD54;
}
</style>
background-color css
<style>
a { background-color: #DBDD54; }
a { background-color: rgb(219,221,84); }
div.DivClassName
{
background-color: #DBDD54;
}
.BgClassName
{
background-color: #DBDD54;
}
</style>
border-color css
<style>
span { border-color: #DBDD54; }
span { border-color: rgb(219,221,84); }
td.TdClassName
{
border-color: #DBDD54;
}
.TagClassName
{
border-color: #DBDD54;
}
</style>