Shades of Manz #DBD752
Tints of Manz #DBD752
RGB
CMYK
RGB Variations
Color information
#DBD752 (or 0xDBD752) is known color: Manz. HEX triplet: DB, D7 and 52. RGB value is (219,215,82). Sum of RGB (Red+Green+Blue) = 219+215+82=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD752 is #2428AD. Grayscale: #C9C9C9. Windows color (decimal): -2369710 or 5429211. OLE color: 5429211.
HSL color Cylindrical-coordinate representation of color #DBD752: hue angle of 58.25º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBD752 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 82 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.14 |
| HSL | 58.25º | 0.66% | 0.59% | - |
| HSV(B) | 58.25º | 0.63% | 0.86% | - |
| XYZ | 55.04 | 64.27 | 17.49 | - |
| YUV | 201.03 | 60.83 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 82 | 0 | 0.02 | 0.63 | 0.14 | 58.25 | 0.66 | 0.59 |
| Hex | DB | D7 | 52 | 0 | 2 | 3F | E | 3A | 42 | 3B |
| Octal | 333 | 327 | 122 | 0 | 2 | 77 | 16 | 72 | 102 | 73 |
| Binary | 11011011 | 11010111 | 1010010 | 0 | 10 | 111111 | 1110 | 111010 | 1000010 | 111011 |
Color Harmonies of #DBD752
Complementary color
Monochromatic Colors of #DBD752
Black with #DBD752
Text Example
Text Example
White with #DBD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD752; }
p { color: rgb(219,215,82); }
H1.HeaderClassName
{
color: #DBD752;
}
.AnyTagClassName
{
color: #DBD752;
}
</style>
background-color css
<style>
a { background-color: #DBD752; }
a { background-color: rgb(219,215,82); }
div.DivClassName
{
background-color: #DBD752;
}
.BgClassName
{
background-color: #DBD752;
}
</style>
border-color css
<style>
span { border-color: #DBD752; }
span { border-color: rgb(219,215,82); }
td.TdClassName
{
border-color: #DBD752;
}
.TagClassName
{
border-color: #DBD752;
}
</style>