Shades of Manz #DBCE60
Tints of Manz #DBCE60
RGB
CMYK
RGB Variations
Color information
#DBCE60 (or 0xDBCE60) is known color: Manz. HEX triplet: DB, CE and 60. RGB value is (219,206,96). Sum of RGB (Red+Green+Blue) = 219+206+96=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE60 is #24319F. Grayscale: #C5C5C5. Windows color (decimal): -2372000 or 6344411. OLE color: 6344411.
HSL color Cylindrical-coordinate representation of color #DBCE60: hue angle of 53.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBCE60 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 96 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.14 |
| HSL | 53.66º | 0.63% | 0.62% | - |
| HSV(B) | 53.66º | 0.56% | 0.86% | - |
| XYZ | 53.4 | 60.05 | 19.84 | - |
| YUV | 197.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 96 | 0 | 0.06 | 0.56 | 0.14 | 53.66 | 0.63 | 0.62 |
| Hex | DB | CE | 60 | 0 | 6 | 38 | E | 36 | 3F | 3E |
| Octal | 333 | 316 | 140 | 0 | 6 | 70 | 16 | 66 | 77 | 76 |
| Binary | 11011011 | 11001110 | 1100000 | 0 | 110 | 111000 | 1110 | 110110 | 111111 | 111110 |
Color Harmonies of #DBCE60
Complementary color
Monochromatic Colors of #DBCE60
Black with #DBCE60
Text Example
Text Example
White with #DBCE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE60; }
p { color: rgb(219,206,96); }
H1.HeaderClassName
{
color: #DBCE60;
}
.AnyTagClassName
{
color: #DBCE60;
}
</style>
background-color css
<style>
a { background-color: #DBCE60; }
a { background-color: rgb(219,206,96); }
div.DivClassName
{
background-color: #DBCE60;
}
.BgClassName
{
background-color: #DBCE60;
}
</style>
border-color css
<style>
span { border-color: #DBCE60; }
span { border-color: rgb(219,206,96); }
td.TdClassName
{
border-color: #DBCE60;
}
.TagClassName
{
border-color: #DBCE60;
}
</style>