Shades of Manz #DBCB5B
Tints of Manz #DBCB5B
RGB
CMYK
RGB Variations
Color information
#DBCB5B (or 0xDBCB5B) is known color: Manz. HEX triplet: DB, CB and 5B. RGB value is (219,203,91). Sum of RGB (Red+Green+Blue) = 219+203+91=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB5B is #2434A4. Grayscale: #C3C3C3. Windows color (decimal): -2372773 or 6015963. OLE color: 6015963.
HSL color Cylindrical-coordinate representation of color #DBCB5B: hue angle of 52.5º 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 #DBCB5B is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 91 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.14 |
| HSL | 52.5º | 0.64% | 0.61% | - |
| HSV(B) | 52.5º | 0.58% | 0.86% | - |
| XYZ | 52.46 | 58.53 | 18.43 | - |
| YUV | 195.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 91 | 0 | 0.07 | 0.58 | 0.14 | 52.5 | 0.64 | 0.61 |
| Hex | DB | CB | 5B | 0 | 7 | 3A | E | 34 | 40 | 3D |
| Octal | 333 | 313 | 133 | 0 | 7 | 72 | 16 | 64 | 100 | 75 |
| Binary | 11011011 | 11001011 | 1011011 | 0 | 111 | 111010 | 1110 | 110100 | 1000000 | 111101 |
Color Harmonies of #DBCB5B
Complementary color
Monochromatic Colors of #DBCB5B
Black with #DBCB5B
Text Example
Text Example
White with #DBCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB5B; }
p { color: rgb(219,203,91); }
H1.HeaderClassName
{
color: #DBCB5B;
}
.AnyTagClassName
{
color: #DBCB5B;
}
</style>
background-color css
<style>
a { background-color: #DBCB5B; }
a { background-color: rgb(219,203,91); }
div.DivClassName
{
background-color: #DBCB5B;
}
.BgClassName
{
background-color: #DBCB5B;
}
</style>
border-color css
<style>
span { border-color: #DBCB5B; }
span { border-color: rgb(219,203,91); }
td.TdClassName
{
border-color: #DBCB5B;
}
.TagClassName
{
border-color: #DBCB5B;
}
</style>