Shades of Manz #DBDF4B
Tints of Manz #DBDF4B
RGB
CMYK
RGB Variations
Color information
#DBDF4B (or 0xDBDF4B) is known color: Manz. HEX triplet: DB, DF and 4B. RGB value is (219,223,75). Sum of RGB (Red+Green+Blue) = 219+223+75=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF4B is #2420B4. Grayscale: #CDCDCD. Windows color (decimal): -2367669 or 4972507. OLE color: 4972507.
HSL color Cylindrical-coordinate representation of color #DBDF4B: hue angle of 61.62º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBDF4B is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 75 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.13 |
| HSL | 61.62º | 0.7% | 0.58% | - |
| HSV(B) | 61.62º | 0.66% | 0.87% | - |
| XYZ | 56.87 | 68.34 | 16.85 | - |
| YUV | 204.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 75 | 0.02 | 0 | 0.66 | 0.13 | 61.62 | 0.7 | 0.58 |
| Hex | DB | DF | 4B | 2 | 0 | 42 | D | 3E | 46 | 3A |
| Octal | 333 | 337 | 113 | 2 | 0 | 102 | 15 | 76 | 106 | 72 |
| Binary | 11011011 | 11011111 | 1001011 | 10 | 0 | 1000010 | 1101 | 111110 | 1000110 | 111010 |
Color Harmonies of #DBDF4B
Complementary color
Monochromatic Colors of #DBDF4B
Black with #DBDF4B
Text Example
Text Example
White with #DBDF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF4B; }
p { color: rgb(219,223,75); }
H1.HeaderClassName
{
color: #DBDF4B;
}
.AnyTagClassName
{
color: #DBDF4B;
}
</style>
background-color css
<style>
a { background-color: #DBDF4B; }
a { background-color: rgb(219,223,75); }
div.DivClassName
{
background-color: #DBDF4B;
}
.BgClassName
{
background-color: #DBDF4B;
}
</style>
border-color css
<style>
span { border-color: #DBDF4B; }
span { border-color: rgb(219,223,75); }
td.TdClassName
{
border-color: #DBDF4B;
}
.TagClassName
{
border-color: #DBDF4B;
}
</style>