Shades of Manz #DBCE5D
Tints of Manz #DBCE5D
RGB
CMYK
RGB Variations
Color information
#DBCE5D (or 0xDBCE5D) is known color: Manz. HEX triplet: DB, CE and 5D. RGB value is (219,206,93). Sum of RGB (Red+Green+Blue) = 219+206+93=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE5D is #2431A2. Grayscale: #C5C5C5. Windows color (decimal): -2372003 or 6147803. OLE color: 6147803.
HSL color Cylindrical-coordinate representation of color #DBCE5D: hue angle of 53.81º 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 #DBCE5D is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 93 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.14 |
| HSL | 53.81º | 0.64% | 0.61% | - |
| HSV(B) | 53.81º | 0.58% | 0.86% | - |
| XYZ | 53.26 | 59.99 | 19.13 | - |
| YUV | 197.01 | 69.31 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 93 | 0 | 0.06 | 0.58 | 0.14 | 53.81 | 0.64 | 0.61 |
| Hex | DB | CE | 5D | 0 | 6 | 3A | E | 36 | 40 | 3D |
| Octal | 333 | 316 | 135 | 0 | 6 | 72 | 16 | 66 | 100 | 75 |
| Binary | 11011011 | 11001110 | 1011101 | 0 | 110 | 111010 | 1110 | 110110 | 1000000 | 111101 |
Color Harmonies of #DBCE5D
Complementary color
Monochromatic Colors of #DBCE5D
Black with #DBCE5D
Text Example
Text Example
White with #DBCE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE5D; }
p { color: rgb(219,206,93); }
H1.HeaderClassName
{
color: #DBCE5D;
}
.AnyTagClassName
{
color: #DBCE5D;
}
</style>
background-color css
<style>
a { background-color: #DBCE5D; }
a { background-color: rgb(219,206,93); }
div.DivClassName
{
background-color: #DBCE5D;
}
.BgClassName
{
background-color: #DBCE5D;
}
</style>
border-color css
<style>
span { border-color: #DBCE5D; }
span { border-color: rgb(219,206,93); }
td.TdClassName
{
border-color: #DBCE5D;
}
.TagClassName
{
border-color: #DBCE5D;
}
</style>