Shades of Manz #DBD15C
Tints of Manz #DBD15C
RGB
CMYK
RGB Variations
Color information
#DBD15C (or 0xDBD15C) is known color: Manz. HEX triplet: DB, D1 and 5C. RGB value is (219,209,92). Sum of RGB (Red+Green+Blue) = 219+209+92=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD15C is #242EA3. Grayscale: #C7C7C7. Windows color (decimal): -2371236 or 6083035. OLE color: 6083035.
HSL color Cylindrical-coordinate representation of color #DBD15C: hue angle of 55.28º 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 #DBD15C is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 92 | - |
CMYK | 0 | 0.05 | 0.58 | 0.14 |
HSL | 55.28º | 0.64% | 0.61% | - |
HSV(B) | 55.28º | 0.58% | 0.86% | - |
XYZ | 53.95 | 61.43 | 19.14 | - |
YUV | 198.65 | 67.81 | 142.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 92 | 0 | 0.05 | 0.58 | 0.14 | 55.28 | 0.64 | 0.61 |
Hex | DB | D1 | 5C | 0 | 5 | 3A | E | 37 | 40 | 3D |
Octal | 333 | 321 | 134 | 0 | 5 | 72 | 16 | 67 | 100 | 75 |
Binary | 11011011 | 11010001 | 1011100 | 0 | 101 | 111010 | 1110 | 110111 | 1000000 | 111101 |
Color Harmonies of #DBD15C
Complementary color
Monochromatic Colors of #DBD15C
Black with #DBD15C
Text Example
Text Example
White with #DBD15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD15C; }
p { color: rgb(219,209,92); }
H1.HeaderClassName
{
color: #DBD15C;
}
.AnyTagClassName
{
color: #DBD15C;
}
</style>
background-color css
<style>
a { background-color: #DBD15C; }
a { background-color: rgb(219,209,92); }
div.DivClassName
{
background-color: #DBD15C;
}
.BgClassName
{
background-color: #DBD15C;
}
</style>
border-color css
<style>
span { border-color: #DBD15C; }
span { border-color: rgb(219,209,92); }
td.TdClassName
{
border-color: #DBD15C;
}
.TagClassName
{
border-color: #DBD15C;
}
</style>