Shades of Manz #DBD35C
Tints of Manz #DBD35C
RGB
CMYK
RGB Variations
Color information
#DBD35C (or 0xDBD35C) is known color: Manz. HEX triplet: DB, D3 and 5C. RGB value is (219,211,92). Sum of RGB (Red+Green+Blue) = 219+211+92=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD35C is #242CA3. Grayscale: #C8C8C8. Windows color (decimal): -2370724 or 6083547. OLE color: 6083547.
HSL color Cylindrical-coordinate representation of color #DBD35C: hue angle of 56.22º 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 #DBD35C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 92 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.14 |
| HSL | 56.22º | 0.64% | 0.61% | - |
| HSV(B) | 56.22º | 0.58% | 0.86% | - |
| XYZ | 54.44 | 62.42 | 19.3 | - |
| YUV | 199.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 92 | 0 | 0.04 | 0.58 | 0.14 | 56.22 | 0.64 | 0.61 |
| Hex | DB | D3 | 5C | 0 | 4 | 3A | E | 38 | 40 | 3D |
| Octal | 333 | 323 | 134 | 0 | 4 | 72 | 16 | 70 | 100 | 75 |
| Binary | 11011011 | 11010011 | 1011100 | 0 | 100 | 111010 | 1110 | 111000 | 1000000 | 111101 |
Color Harmonies of #DBD35C
Complementary color
Monochromatic Colors of #DBD35C
Black with #DBD35C
Text Example
Text Example
White with #DBD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD35C; }
p { color: rgb(219,211,92); }
H1.HeaderClassName
{
color: #DBD35C;
}
.AnyTagClassName
{
color: #DBD35C;
}
</style>
background-color css
<style>
a { background-color: #DBD35C; }
a { background-color: rgb(219,211,92); }
div.DivClassName
{
background-color: #DBD35C;
}
.BgClassName
{
background-color: #DBD35C;
}
</style>
border-color css
<style>
span { border-color: #DBD35C; }
span { border-color: rgb(219,211,92); }
td.TdClassName
{
border-color: #DBD35C;
}
.TagClassName
{
border-color: #DBD35C;
}
</style>