Shades of Manz #DBCB5A
Tints of Manz #DBCB5A
RGB
CMYK
RGB Variations
Color information
#DBCB5A (or 0xDBCB5A) is known color: Manz. HEX triplet: DB, CB and 5A. RGB value is (219,203,90). Sum of RGB (Red+Green+Blue) = 219+203+90=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB5A is #2434A5. Grayscale: #C3C3C3. Windows color (decimal): -2372774 or 5950427. OLE color: 5950427.
HSL color Cylindrical-coordinate representation of color #DBCB5A: hue angle of 52.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBCB5A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 90 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.14 |
| HSL | 52.56º | 0.64% | 0.61% | - |
| HSV(B) | 52.56º | 0.59% | 0.86% | - |
| XYZ | 52.41 | 58.51 | 18.2 | - |
| YUV | 194.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 90 | 0 | 0.07 | 0.59 | 0.14 | 52.56 | 0.64 | 0.61 |
| Hex | DB | CB | 5A | 0 | 7 | 3B | E | 35 | 40 | 3D |
| Octal | 333 | 313 | 132 | 0 | 7 | 73 | 16 | 65 | 100 | 75 |
| Binary | 11011011 | 11001011 | 1011010 | 0 | 111 | 111011 | 1110 | 110101 | 1000000 | 111101 |
Color Harmonies of #DBCB5A
Complementary color
Monochromatic Colors of #DBCB5A
Black with #DBCB5A
Text Example
Text Example
White with #DBCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB5A; }
p { color: rgb(219,203,90); }
H1.HeaderClassName
{
color: #DBCB5A;
}
.AnyTagClassName
{
color: #DBCB5A;
}
</style>
background-color css
<style>
a { background-color: #DBCB5A; }
a { background-color: rgb(219,203,90); }
div.DivClassName
{
background-color: #DBCB5A;
}
.BgClassName
{
background-color: #DBCB5A;
}
</style>
border-color css
<style>
span { border-color: #DBCB5A; }
span { border-color: rgb(219,203,90); }
td.TdClassName
{
border-color: #DBCB5A;
}
.TagClassName
{
border-color: #DBCB5A;
}
</style>