Shades of Manz #DBD357
Tints of Manz #DBD357
RGB
CMYK
RGB Variations
Color information
#DBD357 (or 0xDBD357) is known color: Manz. HEX triplet: DB, D3 and 57. RGB value is (219,211,87). Sum of RGB (Red+Green+Blue) = 219+211+87=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD357 is #242CA8. Grayscale: #C7C7C7. Windows color (decimal): -2370729 or 5755867. OLE color: 5755867.
HSL color Cylindrical-coordinate representation of color #DBD357: hue angle of 56.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBD357 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 87 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.14 |
| HSL | 56.36º | 0.65% | 0.6% | - |
| HSV(B) | 56.36º | 0.6% | 0.86% | - |
| XYZ | 54.23 | 62.34 | 18.19 | - |
| YUV | 199.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 87 | 0 | 0.04 | 0.60 | 0.14 | 56.36 | 0.65 | 0.6 |
| Hex | DB | D3 | 57 | 0 | 4 | 3C | E | 38 | 41 | 3C |
| Octal | 333 | 323 | 127 | 0 | 4 | 74 | 16 | 70 | 101 | 74 |
| Binary | 11011011 | 11010011 | 1010111 | 0 | 100 | 111100 | 1110 | 111000 | 1000001 | 111100 |
Color Harmonies of #DBD357
Complementary color
Monochromatic Colors of #DBD357
Black with #DBD357
Text Example
Text Example
White with #DBD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD357; }
p { color: rgb(219,211,87); }
H1.HeaderClassName
{
color: #DBD357;
}
.AnyTagClassName
{
color: #DBD357;
}
</style>
background-color css
<style>
a { background-color: #DBD357; }
a { background-color: rgb(219,211,87); }
div.DivClassName
{
background-color: #DBD357;
}
.BgClassName
{
background-color: #DBD357;
}
</style>
border-color css
<style>
span { border-color: #DBD357; }
span { border-color: rgb(219,211,87); }
td.TdClassName
{
border-color: #DBD357;
}
.TagClassName
{
border-color: #DBD357;
}
</style>