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