Shades of Manz #DFDA4A
Tints of Manz #DFDA4A
RGB
CMYK
RGB Variations
Color information
#DFDA4A (or 0xDFDA4A) is known color: Manz. HEX triplet: DF, DA and 4A. RGB value is (223,218,74). Sum of RGB (Red+Green+Blue) = 223+218+74=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA4A is #2025B5. Grayscale: #CBCBCB. Windows color (decimal): -2106806 or 4905695. OLE color: 4905695.
HSL color Cylindrical-coordinate representation of color #DFDA4A: hue angle of 57.99º 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 #DFDA4A is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 74 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.13 |
| HSL | 57.99º | 0.7% | 0.58% | - |
| HSV(B) | 57.99º | 0.67% | 0.87% | - |
| XYZ | 56.74 | 66.33 | 16.29 | - |
| YUV | 203.08 | 55.16 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 74 | 0 | 0.02 | 0.67 | 0.13 | 57.99 | 0.7 | 0.58 |
| Hex | DF | DA | 4A | 0 | 2 | 43 | D | 3A | 46 | 3A |
| Octal | 337 | 332 | 112 | 0 | 2 | 103 | 15 | 72 | 106 | 72 |
| Binary | 11011111 | 11011010 | 1001010 | 0 | 10 | 1000011 | 1101 | 111010 | 1000110 | 111010 |
Color Harmonies of #DFDA4A
Complementary color
Monochromatic Colors of #DFDA4A
Black with #DFDA4A
Text Example
Text Example
White with #DFDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA4A; }
p { color: rgb(223,218,74); }
H1.HeaderClassName
{
color: #DFDA4A;
}
.AnyTagClassName
{
color: #DFDA4A;
}
</style>
background-color css
<style>
a { background-color: #DFDA4A; }
a { background-color: rgb(223,218,74); }
div.DivClassName
{
background-color: #DFDA4A;
}
.BgClassName
{
background-color: #DFDA4A;
}
</style>
border-color css
<style>
span { border-color: #DFDA4A; }
span { border-color: rgb(223,218,74); }
td.TdClassName
{
border-color: #DFDA4A;
}
.TagClassName
{
border-color: #DFDA4A;
}
</style>