Shades of Manz #DFDB4B
Tints of Manz #DFDB4B
RGB
CMYK
RGB Variations
Color information
#DFDB4B (or 0xDFDB4B) is known color: Manz. HEX triplet: DF, DB and 4B. RGB value is (223,219,75). Sum of RGB (Red+Green+Blue) = 223+219+75=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB4B is #2024B4. Grayscale: #CCCCCC. Windows color (decimal): -2106549 or 4971487. OLE color: 4971487.
HSL color Cylindrical-coordinate representation of color #DFDB4B: hue angle of 58.38º 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 #DFDB4B is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 75 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.13 |
| HSL | 58.38º | 0.7% | 0.58% | - |
| HSV(B) | 58.38º | 0.66% | 0.87% | - |
| XYZ | 57.03 | 66.86 | 16.56 | - |
| YUV | 203.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 75 | 0 | 0.02 | 0.66 | 0.13 | 58.38 | 0.7 | 0.58 |
| Hex | DF | DB | 4B | 0 | 2 | 42 | D | 3A | 46 | 3A |
| Octal | 337 | 333 | 113 | 0 | 2 | 102 | 15 | 72 | 106 | 72 |
| Binary | 11011111 | 11011011 | 1001011 | 0 | 10 | 1000010 | 1101 | 111010 | 1000110 | 111010 |
Color Harmonies of #DFDB4B
Complementary color
Monochromatic Colors of #DFDB4B
Black with #DFDB4B
Text Example
Text Example
White with #DFDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB4B; }
p { color: rgb(223,219,75); }
H1.HeaderClassName
{
color: #DFDB4B;
}
.AnyTagClassName
{
color: #DFDB4B;
}
</style>
background-color css
<style>
a { background-color: #DFDB4B; }
a { background-color: rgb(223,219,75); }
div.DivClassName
{
background-color: #DFDB4B;
}
.BgClassName
{
background-color: #DFDB4B;
}
</style>
border-color css
<style>
span { border-color: #DFDB4B; }
span { border-color: rgb(223,219,75); }
td.TdClassName
{
border-color: #DFDB4B;
}
.TagClassName
{
border-color: #DFDB4B;
}
</style>