Shades of Manz #DBD754
Tints of Manz #DBD754
RGB
CMYK
RGB Variations
Color information
#DBD754 (or 0xDBD754) is known color: Manz. HEX triplet: DB, D7 and 54. RGB value is (219,215,84). Sum of RGB (Red+Green+Blue) = 219+215+84=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD754 is #2428AB. Grayscale: #C9C9C9. Windows color (decimal): -2369708 or 5560283. OLE color: 5560283.
HSL color Cylindrical-coordinate representation of color #DBD754: hue angle of 58.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBD754 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 84 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.14 |
| HSL | 58.22º | 0.65% | 0.59% | - |
| HSV(B) | 58.22º | 0.62% | 0.86% | - |
| XYZ | 55.11 | 64.3 | 17.89 | - |
| YUV | 201.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 84 | 0 | 0.02 | 0.62 | 0.14 | 58.22 | 0.65 | 0.59 |
| Hex | DB | D7 | 54 | 0 | 2 | 3E | E | 3A | 41 | 3B |
| Octal | 333 | 327 | 124 | 0 | 2 | 76 | 16 | 72 | 101 | 73 |
| Binary | 11011011 | 11010111 | 1010100 | 0 | 10 | 111110 | 1110 | 111010 | 1000001 | 111011 |
Color Harmonies of #DBD754
Complementary color
Monochromatic Colors of #DBD754
Black with #DBD754
Text Example
Text Example
White with #DBD754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD754; }
p { color: rgb(219,215,84); }
H1.HeaderClassName
{
color: #DBD754;
}
.AnyTagClassName
{
color: #DBD754;
}
</style>
background-color css
<style>
a { background-color: #DBD754; }
a { background-color: rgb(219,215,84); }
div.DivClassName
{
background-color: #DBD754;
}
.BgClassName
{
background-color: #DBD754;
}
</style>
border-color css
<style>
span { border-color: #DBD754; }
span { border-color: rgb(219,215,84); }
td.TdClassName
{
border-color: #DBD754;
}
.TagClassName
{
border-color: #DBD754;
}
</style>