Shades of Manz #DBCB5C
Tints of Manz #DBCB5C
RGB
CMYK
RGB Variations
Color information
#DBCB5C (or 0xDBCB5C) is known color: Manz. HEX triplet: DB, CB and 5C. RGB value is (219,203,92). Sum of RGB (Red+Green+Blue) = 219+203+92=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB5C is #2434A3. Grayscale: #C3C3C3. Windows color (decimal): -2372772 or 6081499. OLE color: 6081499.
HSL color Cylindrical-coordinate representation of color #DBCB5C: hue angle of 52.44º 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 #DBCB5C is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 92 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.14 |
| HSL | 52.44º | 0.64% | 0.61% | - |
| HSV(B) | 52.44º | 0.58% | 0.86% | - |
| XYZ | 52.5 | 58.54 | 18.66 | - |
| YUV | 195.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 92 | 0 | 0.07 | 0.58 | 0.14 | 52.44 | 0.64 | 0.61 |
| Hex | DB | CB | 5C | 0 | 7 | 3A | E | 34 | 40 | 3D |
| Octal | 333 | 313 | 134 | 0 | 7 | 72 | 16 | 64 | 100 | 75 |
| Binary | 11011011 | 11001011 | 1011100 | 0 | 111 | 111010 | 1110 | 110100 | 1000000 | 111101 |
Color Harmonies of #DBCB5C
Complementary color
Monochromatic Colors of #DBCB5C
Black with #DBCB5C
Text Example
Text Example
White with #DBCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB5C; }
p { color: rgb(219,203,92); }
H1.HeaderClassName
{
color: #DBCB5C;
}
.AnyTagClassName
{
color: #DBCB5C;
}
</style>
background-color css
<style>
a { background-color: #DBCB5C; }
a { background-color: rgb(219,203,92); }
div.DivClassName
{
background-color: #DBCB5C;
}
.BgClassName
{
background-color: #DBCB5C;
}
</style>
border-color css
<style>
span { border-color: #DBCB5C; }
span { border-color: rgb(219,203,92); }
td.TdClassName
{
border-color: #DBCB5C;
}
.TagClassName
{
border-color: #DBCB5C;
}
</style>