Shades of Manz #DBD54D
Tints of Manz #DBD54D
RGB
CMYK
RGB Variations
Color information
#DBD54D (or 0xDBD54D) is known color: Manz. HEX triplet: DB, D5 and 4D. RGB value is (219,213,77). Sum of RGB (Red+Green+Blue) = 219+213+77=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD54D is #242AB2. Grayscale: #C7C7C7. Windows color (decimal): -2370227 or 5101019. OLE color: 5101019.
HSL color Cylindrical-coordinate representation of color #DBD54D: hue angle of 57.46º 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 #DBD54D is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 77 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.14 |
| HSL | 57.46º | 0.66% | 0.58% | - |
| HSV(B) | 57.46º | 0.65% | 0.86% | - |
| XYZ | 54.35 | 63.18 | 16.35 | - |
| YUV | 199.29 | 58.99 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 77 | 0 | 0.03 | 0.65 | 0.14 | 57.46 | 0.66 | 0.58 |
| Hex | DB | D5 | 4D | 0 | 3 | 41 | E | 39 | 42 | 3A |
| Octal | 333 | 325 | 115 | 0 | 3 | 101 | 16 | 71 | 102 | 72 |
| Binary | 11011011 | 11010101 | 1001101 | 0 | 11 | 1000001 | 1110 | 111001 | 1000010 | 111010 |
Color Harmonies of #DBD54D
Complementary color
Monochromatic Colors of #DBD54D
Black with #DBD54D
Text Example
Text Example
White with #DBD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD54D; }
p { color: rgb(219,213,77); }
H1.HeaderClassName
{
color: #DBD54D;
}
.AnyTagClassName
{
color: #DBD54D;
}
</style>
background-color css
<style>
a { background-color: #DBD54D; }
a { background-color: rgb(219,213,77); }
div.DivClassName
{
background-color: #DBD54D;
}
.BgClassName
{
background-color: #DBD54D;
}
</style>
border-color css
<style>
span { border-color: #DBD54D; }
span { border-color: rgb(219,213,77); }
td.TdClassName
{
border-color: #DBD54D;
}
.TagClassName
{
border-color: #DBD54D;
}
</style>