Shades of Manz #DBD452
Tints of Manz #DBD452
RGB
CMYK
RGB Variations
Color information
#DBD452 (or 0xDBD452) is known color: Manz. HEX triplet: DB, D4 and 52. RGB value is (219,212,82). Sum of RGB (Red+Green+Blue) = 219+212+82=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD452 is #242BAD. Grayscale: #C7C7C7. Windows color (decimal): -2370478 or 5428443. OLE color: 5428443.
HSL color Cylindrical-coordinate representation of color #DBD452: hue angle of 56.93º 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 #DBD452 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 82 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.14 |
| HSL | 56.93º | 0.66% | 0.59% | - |
| HSV(B) | 56.93º | 0.63% | 0.86% | - |
| XYZ | 54.28 | 62.76 | 17.23 | - |
| YUV | 199.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 82 | 0 | 0.03 | 0.63 | 0.14 | 56.93 | 0.66 | 0.59 |
| Hex | DB | D4 | 52 | 0 | 3 | 3F | E | 39 | 42 | 3B |
| Octal | 333 | 324 | 122 | 0 | 3 | 77 | 16 | 71 | 102 | 73 |
| Binary | 11011011 | 11010100 | 1010010 | 0 | 11 | 111111 | 1110 | 111001 | 1000010 | 111011 |
Color Harmonies of #DBD452
Complementary color
Monochromatic Colors of #DBD452
Black with #DBD452
Text Example
Text Example
White with #DBD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD452; }
p { color: rgb(219,212,82); }
H1.HeaderClassName
{
color: #DBD452;
}
.AnyTagClassName
{
color: #DBD452;
}
</style>
background-color css
<style>
a { background-color: #DBD452; }
a { background-color: rgb(219,212,82); }
div.DivClassName
{
background-color: #DBD452;
}
.BgClassName
{
background-color: #DBD452;
}
</style>
border-color css
<style>
span { border-color: #DBD452; }
span { border-color: rgb(219,212,82); }
td.TdClassName
{
border-color: #DBD452;
}
.TagClassName
{
border-color: #DBD452;
}
</style>