Shades of Manz #DBD451
Tints of Manz #DBD451
RGB
CMYK
RGB Variations
Color information
#DBD451 (or 0xDBD451) is known color: Manz. HEX triplet: DB, D4 and 51. RGB value is (219,212,81). Sum of RGB (Red+Green+Blue) = 219+212+81=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD451 is #242BAE. Grayscale: #C7C7C7. Windows color (decimal): -2370479 or 5362907. OLE color: 5362907.
HSL color Cylindrical-coordinate representation of color #DBD451: hue angle of 56.96º 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 #DBD451 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 81 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.14 |
| HSL | 56.96º | 0.66% | 0.59% | - |
| HSV(B) | 56.96º | 0.63% | 0.86% | - |
| XYZ | 54.24 | 62.74 | 17.04 | - |
| YUV | 199.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 81 | 0 | 0.03 | 0.63 | 0.14 | 56.96 | 0.66 | 0.59 |
| Hex | DB | D4 | 51 | 0 | 3 | 3F | E | 39 | 42 | 3B |
| Octal | 333 | 324 | 121 | 0 | 3 | 77 | 16 | 71 | 102 | 73 |
| Binary | 11011011 | 11010100 | 1010001 | 0 | 11 | 111111 | 1110 | 111001 | 1000010 | 111011 |
Color Harmonies of #DBD451
Complementary color
Monochromatic Colors of #DBD451
Black with #DBD451
Text Example
Text Example
White with #DBD451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD451; }
p { color: rgb(219,212,81); }
H1.HeaderClassName
{
color: #DBD451;
}
.AnyTagClassName
{
color: #DBD451;
}
</style>
background-color css
<style>
a { background-color: #DBD451; }
a { background-color: rgb(219,212,81); }
div.DivClassName
{
background-color: #DBD451;
}
.BgClassName
{
background-color: #DBD451;
}
</style>
border-color css
<style>
span { border-color: #DBD451; }
span { border-color: rgb(219,212,81); }
td.TdClassName
{
border-color: #DBD451;
}
.TagClassName
{
border-color: #DBD451;
}
</style>