Shades of Manz #DBD450
Tints of Manz #DBD450
RGB
CMYK
RGB Variations
Color information
#DBD450 (or 0xDBD450) is known color: Manz. HEX triplet: DB, D4 and 50. RGB value is (219,212,80). Sum of RGB (Red+Green+Blue) = 219+212+80=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD450 is #242BAF. Grayscale: #C7C7C7. Windows color (decimal): -2370480 or 5297371. OLE color: 5297371.
HSL color Cylindrical-coordinate representation of color #DBD450: hue angle of 56.98º 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 #DBD450 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 80 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.14 |
| HSL | 56.98º | 0.66% | 0.59% | - |
| HSV(B) | 56.98º | 0.63% | 0.86% | - |
| XYZ | 54.2 | 62.73 | 16.84 | - |
| YUV | 199.05 | 60.82 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 80 | 0 | 0.03 | 0.63 | 0.14 | 56.98 | 0.66 | 0.59 |
| Hex | DB | D4 | 50 | 0 | 3 | 3F | E | 39 | 42 | 3B |
| Octal | 333 | 324 | 120 | 0 | 3 | 77 | 16 | 71 | 102 | 73 |
| Binary | 11011011 | 11010100 | 1010000 | 0 | 11 | 111111 | 1110 | 111001 | 1000010 | 111011 |
Color Harmonies of #DBD450
Complementary color
Monochromatic Colors of #DBD450
Black with #DBD450
Text Example
Text Example
White with #DBD450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD450; }
p { color: rgb(219,212,80); }
H1.HeaderClassName
{
color: #DBD450;
}
.AnyTagClassName
{
color: #DBD450;
}
</style>
background-color css
<style>
a { background-color: #DBD450; }
a { background-color: rgb(219,212,80); }
div.DivClassName
{
background-color: #DBD450;
}
.BgClassName
{
background-color: #DBD450;
}
</style>
border-color css
<style>
span { border-color: #DBD450; }
span { border-color: rgb(219,212,80); }
td.TdClassName
{
border-color: #DBD450;
}
.TagClassName
{
border-color: #DBD450;
}
</style>