Shades of Manz #DFDD4A
Tints of Manz #DFDD4A
RGB
CMYK
RGB Variations
Color information
#DFDD4A (or 0xDFDD4A) is known color: Manz. HEX triplet: DF, DD and 4A. RGB value is (223,221,74). Sum of RGB (Red+Green+Blue) = 223+221+74=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD4A is #2022B5. Grayscale: #CDCDCD. Windows color (decimal): -2106038 or 4906463. OLE color: 4906463.
HSL color Cylindrical-coordinate representation of color #DFDD4A: hue angle of 59.19º 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 #DFDD4A is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 74 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.13 |
| HSL | 59.19º | 0.7% | 0.58% | - |
| HSV(B) | 59.19º | 0.67% | 0.87% | - |
| XYZ | 57.52 | 67.9 | 16.55 | - |
| YUV | 204.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 74 | 0 | 0.01 | 0.67 | 0.13 | 59.19 | 0.7 | 0.58 |
| Hex | DF | DD | 4A | 0 | 1 | 43 | D | 3B | 46 | 3A |
| Octal | 337 | 335 | 112 | 0 | 1 | 103 | 15 | 73 | 106 | 72 |
| Binary | 11011111 | 11011101 | 1001010 | 0 | 1 | 1000011 | 1101 | 111011 | 1000110 | 111010 |
Color Harmonies of #DFDD4A
Complementary color
Monochromatic Colors of #DFDD4A
Black with #DFDD4A
Text Example
Text Example
White with #DFDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD4A; }
p { color: rgb(223,221,74); }
H1.HeaderClassName
{
color: #DFDD4A;
}
.AnyTagClassName
{
color: #DFDD4A;
}
</style>
background-color css
<style>
a { background-color: #DFDD4A; }
a { background-color: rgb(223,221,74); }
div.DivClassName
{
background-color: #DFDD4A;
}
.BgClassName
{
background-color: #DFDD4A;
}
</style>
border-color css
<style>
span { border-color: #DFDD4A; }
span { border-color: rgb(223,221,74); }
td.TdClassName
{
border-color: #DFDD4A;
}
.TagClassName
{
border-color: #DFDD4A;
}
</style>