Shades of Manz #DBD65D
Tints of Manz #DBD65D
RGB
CMYK
RGB Variations
Color information
#DBD65D (or 0xDBD65D) is known color: Manz. HEX triplet: DB, D6 and 5D. RGB value is (219,214,93). Sum of RGB (Red+Green+Blue) = 219+214+93=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD65D is #2429A2. Grayscale: #CACACA. Windows color (decimal): -2369955 or 6149851. OLE color: 6149851.
HSL color Cylindrical-coordinate representation of color #DBD65D: hue angle of 57.62º 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 #DBD65D is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 93 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.14 |
| HSL | 57.62º | 0.64% | 0.61% | - |
| HSV(B) | 57.62º | 0.58% | 0.86% | - |
| XYZ | 55.24 | 63.94 | 19.79 | - |
| YUV | 201.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 93 | 0 | 0.02 | 0.58 | 0.14 | 57.62 | 0.64 | 0.61 |
| Hex | DB | D6 | 5D | 0 | 2 | 3A | E | 3A | 40 | 3D |
| Octal | 333 | 326 | 135 | 0 | 2 | 72 | 16 | 72 | 100 | 75 |
| Binary | 11011011 | 11010110 | 1011101 | 0 | 10 | 111010 | 1110 | 111010 | 1000000 | 111101 |
Color Harmonies of #DBD65D
Complementary color
Monochromatic Colors of #DBD65D
Black with #DBD65D
Text Example
Text Example
White with #DBD65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD65D; }
p { color: rgb(219,214,93); }
H1.HeaderClassName
{
color: #DBD65D;
}
.AnyTagClassName
{
color: #DBD65D;
}
</style>
background-color css
<style>
a { background-color: #DBD65D; }
a { background-color: rgb(219,214,93); }
div.DivClassName
{
background-color: #DBD65D;
}
.BgClassName
{
background-color: #DBD65D;
}
</style>
border-color css
<style>
span { border-color: #DBD65D; }
span { border-color: rgb(219,214,93); }
td.TdClassName
{
border-color: #DBD65D;
}
.TagClassName
{
border-color: #DBD65D;
}
</style>