Shades of Manz #DBDC4F
Tints of Manz #DBDC4F
RGB
CMYK
RGB Variations
Color information
#DBDC4F (or 0xDBDC4F) is known color: Manz. HEX triplet: DB, DC and 4F. RGB value is (219,220,79). Sum of RGB (Red+Green+Blue) = 219+220+79=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC4F is #2423B0. Grayscale: #CCCCCC. Windows color (decimal): -2368433 or 5233883. OLE color: 5233883.
HSL color Cylindrical-coordinate representation of color #DBDC4F: hue angle of 60.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBDC4F is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 79 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.14 |
| HSL | 60.43º | 0.67% | 0.59% | - |
| HSV(B) | 60.43º | 0.64% | 0.86% | - |
| XYZ | 56.22 | 66.81 | 17.33 | - |
| YUV | 203.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 79 | 0.00 | 0 | 0.64 | 0.14 | 60.43 | 0.67 | 0.59 |
| Hex | DB | DC | 4F | 0 | 0 | 40 | E | 3C | 43 | 3B |
| Octal | 333 | 334 | 117 | 0 | 0 | 100 | 16 | 74 | 103 | 73 |
| Binary | 11011011 | 11011100 | 1001111 | 0 | 0 | 1000000 | 1110 | 111100 | 1000011 | 111011 |
Color Harmonies of #DBDC4F
Complementary color
Monochromatic Colors of #DBDC4F
Black with #DBDC4F
Text Example
Text Example
White with #DBDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC4F; }
p { color: rgb(219,220,79); }
H1.HeaderClassName
{
color: #DBDC4F;
}
.AnyTagClassName
{
color: #DBDC4F;
}
</style>
background-color css
<style>
a { background-color: #DBDC4F; }
a { background-color: rgb(219,220,79); }
div.DivClassName
{
background-color: #DBDC4F;
}
.BgClassName
{
background-color: #DBDC4F;
}
</style>
border-color css
<style>
span { border-color: #DBDC4F; }
span { border-color: rgb(219,220,79); }
td.TdClassName
{
border-color: #DBDC4F;
}
.TagClassName
{
border-color: #DBDC4F;
}
</style>