Shades of Manz #DFDA4B
Tints of Manz #DFDA4B
RGB
CMYK
RGB Variations
Color information
#DFDA4B (or 0xDFDA4B) is known color: Manz. HEX triplet: DF, DA and 4B. RGB value is (223,218,75). Sum of RGB (Red+Green+Blue) = 223+218+75=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA4B is #2025B4. Grayscale: #CBCBCB. Windows color (decimal): -2106805 or 4971231. OLE color: 4971231.
HSL color Cylindrical-coordinate representation of color #DFDA4B: hue angle of 57.97º 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 #DFDA4B is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 75 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.13 |
| HSL | 57.97º | 0.7% | 0.58% | - |
| HSV(B) | 57.97º | 0.66% | 0.87% | - |
| XYZ | 56.77 | 66.34 | 16.47 | - |
| YUV | 203.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 75 | 0 | 0.02 | 0.66 | 0.13 | 57.97 | 0.7 | 0.58 |
| Hex | DF | DA | 4B | 0 | 2 | 42 | D | 3A | 46 | 3A |
| Octal | 337 | 332 | 113 | 0 | 2 | 102 | 15 | 72 | 106 | 72 |
| Binary | 11011111 | 11011010 | 1001011 | 0 | 10 | 1000010 | 1101 | 111010 | 1000110 | 111010 |
Color Harmonies of #DFDA4B
Complementary color
Monochromatic Colors of #DFDA4B
Black with #DFDA4B
Text Example
Text Example
White with #DFDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA4B; }
p { color: rgb(223,218,75); }
H1.HeaderClassName
{
color: #DFDA4B;
}
.AnyTagClassName
{
color: #DFDA4B;
}
</style>
background-color css
<style>
a { background-color: #DFDA4B; }
a { background-color: rgb(223,218,75); }
div.DivClassName
{
background-color: #DFDA4B;
}
.BgClassName
{
background-color: #DFDA4B;
}
</style>
border-color css
<style>
span { border-color: #DFDA4B; }
span { border-color: rgb(223,218,75); }
td.TdClassName
{
border-color: #DFDA4B;
}
.TagClassName
{
border-color: #DFDA4B;
}
</style>