Shades of Manz #DBCD5F
Tints of Manz #DBCD5F
RGB
CMYK
RGB Variations
Color information
#DBCD5F (or 0xDBCD5F) is known color: Manz. HEX triplet: DB, CD and 5F. RGB value is (219,205,95). Sum of RGB (Red+Green+Blue) = 219+205+95=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD5F is #2432A0. Grayscale: #C5C5C5. Windows color (decimal): -2372257 or 6278619. OLE color: 6278619.
HSL color Cylindrical-coordinate representation of color #DBCD5F: hue angle of 53.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBCD5F is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 95 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.14 |
| HSL | 53.23º | 0.63% | 0.62% | - |
| HSV(B) | 53.23º | 0.57% | 0.86% | - |
| XYZ | 53.11 | 59.55 | 19.52 | - |
| YUV | 196.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 95 | 0 | 0.06 | 0.57 | 0.14 | 53.23 | 0.63 | 0.62 |
| Hex | DB | CD | 5F | 0 | 6 | 39 | E | 35 | 3F | 3E |
| Octal | 333 | 315 | 137 | 0 | 6 | 71 | 16 | 65 | 77 | 76 |
| Binary | 11011011 | 11001101 | 1011111 | 0 | 110 | 111001 | 1110 | 110101 | 111111 | 111110 |
Color Harmonies of #DBCD5F
Complementary color
Monochromatic Colors of #DBCD5F
Black with #DBCD5F
Text Example
Text Example
White with #DBCD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD5F; }
p { color: rgb(219,205,95); }
H1.HeaderClassName
{
color: #DBCD5F;
}
.AnyTagClassName
{
color: #DBCD5F;
}
</style>
background-color css
<style>
a { background-color: #DBCD5F; }
a { background-color: rgb(219,205,95); }
div.DivClassName
{
background-color: #DBCD5F;
}
.BgClassName
{
background-color: #DBCD5F;
}
</style>
border-color css
<style>
span { border-color: #DBCD5F; }
span { border-color: rgb(219,205,95); }
td.TdClassName
{
border-color: #DBCD5F;
}
.TagClassName
{
border-color: #DBCD5F;
}
</style>