Shades of Manz #DBDA4B
Tints of Manz #DBDA4B
RGB
CMYK
RGB Variations
Color information
#DBDA4B (or 0xDBDA4B) is known color: Manz. HEX triplet: DB, DA and 4B. RGB value is (219,218,75). Sum of RGB (Red+Green+Blue) = 219+218+75=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA4B is #2425B4. Grayscale: #CACACA. Windows color (decimal): -2368949 or 4971227. OLE color: 4971227.
HSL color Cylindrical-coordinate representation of color #DBDA4B: hue angle of 59.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBDA4B is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 75 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.14 |
| HSL | 59.58º | 0.67% | 0.58% | - |
| HSV(B) | 59.58º | 0.66% | 0.86% | - |
| XYZ | 55.55 | 65.71 | 16.41 | - |
| YUV | 202 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 75 | 0 | 0.00 | 0.66 | 0.14 | 59.58 | 0.67 | 0.58 |
| Hex | DB | DA | 4B | 0 | 0 | 42 | E | 3C | 43 | 3A |
| Octal | 333 | 332 | 113 | 0 | 0 | 102 | 16 | 74 | 103 | 72 |
| Binary | 11011011 | 11011010 | 1001011 | 0 | 0 | 1000010 | 1110 | 111100 | 1000011 | 111010 |
Color Harmonies of #DBDA4B
Complementary color
Monochromatic Colors of #DBDA4B
Black with #DBDA4B
Text Example
Text Example
White with #DBDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA4B; }
p { color: rgb(219,218,75); }
H1.HeaderClassName
{
color: #DBDA4B;
}
.AnyTagClassName
{
color: #DBDA4B;
}
</style>
background-color css
<style>
a { background-color: #DBDA4B; }
a { background-color: rgb(219,218,75); }
div.DivClassName
{
background-color: #DBDA4B;
}
.BgClassName
{
background-color: #DBDA4B;
}
</style>
border-color css
<style>
span { border-color: #DBDA4B; }
span { border-color: rgb(219,218,75); }
td.TdClassName
{
border-color: #DBDA4B;
}
.TagClassName
{
border-color: #DBDA4B;
}
</style>