Shades of Manz #DBD953
Tints of Manz #DBD953
RGB
CMYK
RGB Variations
Color information
#DBD953 (or 0xDBD953) is known color: Manz. HEX triplet: DB, D9 and 53. RGB value is (219,217,83). Sum of RGB (Red+Green+Blue) = 219+217+83=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD953 is #2426AC. Grayscale: #CACACA. Windows color (decimal): -2369197 or 5495259. OLE color: 5495259.
HSL color Cylindrical-coordinate representation of color #DBD953: hue angle of 59.12º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBD953 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 83 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.14 |
| HSL | 59.12º | 0.65% | 0.59% | - |
| HSV(B) | 59.12º | 0.62% | 0.86% | - |
| XYZ | 55.59 | 65.31 | 17.86 | - |
| YUV | 202.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 83 | 0 | 0.01 | 0.62 | 0.14 | 59.12 | 0.65 | 0.59 |
| Hex | DB | D9 | 53 | 0 | 1 | 3E | E | 3B | 41 | 3B |
| Octal | 333 | 331 | 123 | 0 | 1 | 76 | 16 | 73 | 101 | 73 |
| Binary | 11011011 | 11011001 | 1010011 | 0 | 1 | 111110 | 1110 | 111011 | 1000001 | 111011 |
Color Harmonies of #DBD953
Complementary color
Monochromatic Colors of #DBD953
Black with #DBD953
Text Example
Text Example
White with #DBD953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD953; }
p { color: rgb(219,217,83); }
H1.HeaderClassName
{
color: #DBD953;
}
.AnyTagClassName
{
color: #DBD953;
}
</style>
background-color css
<style>
a { background-color: #DBD953; }
a { background-color: rgb(219,217,83); }
div.DivClassName
{
background-color: #DBD953;
}
.BgClassName
{
background-color: #DBD953;
}
</style>
border-color css
<style>
span { border-color: #DBD953; }
span { border-color: rgb(219,217,83); }
td.TdClassName
{
border-color: #DBD953;
}
.TagClassName
{
border-color: #DBD953;
}
</style>