Shades of Manz #DBCC5A
Tints of Manz #DBCC5A
RGB
CMYK
RGB Variations
Color information
#DBCC5A (or 0xDBCC5A) is known color: Manz. HEX triplet: DB, CC and 5A. RGB value is (219,204,90). Sum of RGB (Red+Green+Blue) = 219+204+90=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC5A is #2433A5. Grayscale: #C3C3C3. Windows color (decimal): -2372518 or 5950683. OLE color: 5950683.
HSL color Cylindrical-coordinate representation of color #DBCC5A: hue angle of 53.02º 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 #DBCC5A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 90 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.14 |
| HSL | 53.02º | 0.64% | 0.61% | - |
| HSV(B) | 53.02º | 0.59% | 0.86% | - |
| XYZ | 52.65 | 58.98 | 18.28 | - |
| YUV | 195.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 90 | 0 | 0.07 | 0.59 | 0.14 | 53.02 | 0.64 | 0.61 |
| Hex | DB | CC | 5A | 0 | 7 | 3B | E | 35 | 40 | 3D |
| Octal | 333 | 314 | 132 | 0 | 7 | 73 | 16 | 65 | 100 | 75 |
| Binary | 11011011 | 11001100 | 1011010 | 0 | 111 | 111011 | 1110 | 110101 | 1000000 | 111101 |
Color Harmonies of #DBCC5A
Complementary color
Monochromatic Colors of #DBCC5A
Black with #DBCC5A
Text Example
Text Example
White with #DBCC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC5A; }
p { color: rgb(219,204,90); }
H1.HeaderClassName
{
color: #DBCC5A;
}
.AnyTagClassName
{
color: #DBCC5A;
}
</style>
background-color css
<style>
a { background-color: #DBCC5A; }
a { background-color: rgb(219,204,90); }
div.DivClassName
{
background-color: #DBCC5A;
}
.BgClassName
{
background-color: #DBCC5A;
}
</style>
border-color css
<style>
span { border-color: #DBCC5A; }
span { border-color: rgb(219,204,90); }
td.TdClassName
{
border-color: #DBCC5A;
}
.TagClassName
{
border-color: #DBCC5A;
}
</style>