Shades of Manz #DBD55C
Tints of Manz #DBD55C
RGB
CMYK
RGB Variations
Color information
#DBD55C (or 0xDBD55C) is known color: Manz. HEX triplet: DB, D5 and 5C. RGB value is (219,213,92). Sum of RGB (Red+Green+Blue) = 219+213+92=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD55C is #242AA3. Grayscale: #C9C9C9. Windows color (decimal): -2370212 or 6084059. OLE color: 6084059.
HSL color Cylindrical-coordinate representation of color #DBD55C: hue angle of 57.17º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBD55C is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 92 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.14 |
| HSL | 57.17º | 0.64% | 0.61% | - |
| HSV(B) | 57.17º | 0.58% | 0.86% | - |
| XYZ | 54.94 | 63.42 | 19.47 | - |
| YUV | 201 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 92 | 0 | 0.03 | 0.58 | 0.14 | 57.17 | 0.64 | 0.61 |
| Hex | DB | D5 | 5C | 0 | 3 | 3A | E | 39 | 40 | 3D |
| Octal | 333 | 325 | 134 | 0 | 3 | 72 | 16 | 71 | 100 | 75 |
| Binary | 11011011 | 11010101 | 1011100 | 0 | 11 | 111010 | 1110 | 111001 | 1000000 | 111101 |
Color Harmonies of #DBD55C
Complementary color
Monochromatic Colors of #DBD55C
Black with #DBD55C
Text Example
Text Example
White with #DBD55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD55C; }
p { color: rgb(219,213,92); }
H1.HeaderClassName
{
color: #DBD55C;
}
.AnyTagClassName
{
color: #DBD55C;
}
</style>
background-color css
<style>
a { background-color: #DBD55C; }
a { background-color: rgb(219,213,92); }
div.DivClassName
{
background-color: #DBD55C;
}
.BgClassName
{
background-color: #DBD55C;
}
</style>
border-color css
<style>
span { border-color: #DBD55C; }
span { border-color: rgb(219,213,92); }
td.TdClassName
{
border-color: #DBD55C;
}
.TagClassName
{
border-color: #DBD55C;
}
</style>