Shades of Manz #DBDD4A
Tints of Manz #DBDD4A
RGB
CMYK
RGB Variations
Color information
#DBDD4A (or 0xDBDD4A) is known color: Manz. HEX triplet: DB, DD and 4A. RGB value is (219,221,74). Sum of RGB (Red+Green+Blue) = 219+221+74=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD4A is #2422B5. Grayscale: #CCCCCC. Windows color (decimal): -2368182 or 4906459. OLE color: 4906459.
HSL color Cylindrical-coordinate representation of color #DBDD4A: hue angle of 60.82º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBDD4A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 74 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.13 |
| HSL | 60.82º | 0.68% | 0.58% | - |
| HSV(B) | 60.82º | 0.67% | 0.87% | - |
| XYZ | 56.31 | 67.27 | 16.49 | - |
| YUV | 203.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 74 | 0.01 | 0 | 0.67 | 0.13 | 60.82 | 0.68 | 0.58 |
| Hex | DB | DD | 4A | 1 | 0 | 43 | D | 3D | 44 | 3A |
| Octal | 333 | 335 | 112 | 1 | 0 | 103 | 15 | 75 | 104 | 72 |
| Binary | 11011011 | 11011101 | 1001010 | 1 | 0 | 1000011 | 1101 | 111101 | 1000100 | 111010 |
Color Harmonies of #DBDD4A
Complementary color
Monochromatic Colors of #DBDD4A
Black with #DBDD4A
Text Example
Text Example
White with #DBDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD4A; }
p { color: rgb(219,221,74); }
H1.HeaderClassName
{
color: #DBDD4A;
}
.AnyTagClassName
{
color: #DBDD4A;
}
</style>
background-color css
<style>
a { background-color: #DBDD4A; }
a { background-color: rgb(219,221,74); }
div.DivClassName
{
background-color: #DBDD4A;
}
.BgClassName
{
background-color: #DBDD4A;
}
</style>
border-color css
<style>
span { border-color: #DBDD4A; }
span { border-color: rgb(219,221,74); }
td.TdClassName
{
border-color: #DBDD4A;
}
.TagClassName
{
border-color: #DBDD4A;
}
</style>