Shades of Manz #DBDF4A
Tints of Manz #DBDF4A
RGB
CMYK
RGB Variations
Color information
#DBDF4A (or 0xDBDF4A) is known color: Manz. HEX triplet: DB, DF and 4A. RGB value is (219,223,74). Sum of RGB (Red+Green+Blue) = 219+223+74=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF4A is #2420B5. Grayscale: #CDCDCD. Windows color (decimal): -2367670 or 4906971. OLE color: 4906971.
HSL color Cylindrical-coordinate representation of color #DBDF4A: hue angle of 61.61º degrees, saturation: 0.7, 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 #DBDF4A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 74 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.13 |
| HSL | 61.61º | 0.7% | 0.58% | - |
| HSV(B) | 61.61º | 0.67% | 0.87% | - |
| XYZ | 56.84 | 68.33 | 16.67 | - |
| YUV | 204.82 | 54.17 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 74 | 0.02 | 0 | 0.67 | 0.13 | 61.61 | 0.7 | 0.58 |
| Hex | DB | DF | 4A | 2 | 0 | 43 | D | 3E | 46 | 3A |
| Octal | 333 | 337 | 112 | 2 | 0 | 103 | 15 | 76 | 106 | 72 |
| Binary | 11011011 | 11011111 | 1001010 | 10 | 0 | 1000011 | 1101 | 111110 | 1000110 | 111010 |
Color Harmonies of #DBDF4A
Complementary color
Monochromatic Colors of #DBDF4A
Black with #DBDF4A
Text Example
Text Example
White with #DBDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF4A; }
p { color: rgb(219,223,74); }
H1.HeaderClassName
{
color: #DBDF4A;
}
.AnyTagClassName
{
color: #DBDF4A;
}
</style>
background-color css
<style>
a { background-color: #DBDF4A; }
a { background-color: rgb(219,223,74); }
div.DivClassName
{
background-color: #DBDF4A;
}
.BgClassName
{
background-color: #DBDF4A;
}
</style>
border-color css
<style>
span { border-color: #DBDF4A; }
span { border-color: rgb(219,223,74); }
td.TdClassName
{
border-color: #DBDF4A;
}
.TagClassName
{
border-color: #DBDF4A;
}
</style>