Shades of Manz #DFDD4D
Tints of Manz #DFDD4D
RGB
CMYK
RGB Variations
Color information
#DFDD4D (or 0xDFDD4D) is known color: Manz. HEX triplet: DF, DD and 4D. RGB value is (223,221,77). Sum of RGB (Red+Green+Blue) = 223+221+77=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD4D is #2022B2. Grayscale: #CDCDCD. Windows color (decimal): -2106035 or 5103071. OLE color: 5103071.
HSL color Cylindrical-coordinate representation of color #DFDD4D: hue angle of 59.18º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFDD4D is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 77 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.13 |
| HSL | 59.18º | 0.7% | 0.59% | - |
| HSV(B) | 59.18º | 0.65% | 0.87% | - |
| XYZ | 57.63 | 67.94 | 17.1 | - |
| YUV | 205.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 77 | 0 | 0.01 | 0.65 | 0.13 | 59.18 | 0.7 | 0.59 |
| Hex | DF | DD | 4D | 0 | 1 | 41 | D | 3B | 46 | 3B |
| Octal | 337 | 335 | 115 | 0 | 1 | 101 | 15 | 73 | 106 | 73 |
| Binary | 11011111 | 11011101 | 1001101 | 0 | 1 | 1000001 | 1101 | 111011 | 1000110 | 111011 |
Color Harmonies of #DFDD4D
Complementary color
Monochromatic Colors of #DFDD4D
Black with #DFDD4D
Text Example
Text Example
White with #DFDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD4D; }
p { color: rgb(223,221,77); }
H1.HeaderClassName
{
color: #DFDD4D;
}
.AnyTagClassName
{
color: #DFDD4D;
}
</style>
background-color css
<style>
a { background-color: #DFDD4D; }
a { background-color: rgb(223,221,77); }
div.DivClassName
{
background-color: #DFDD4D;
}
.BgClassName
{
background-color: #DFDD4D;
}
</style>
border-color css
<style>
span { border-color: #DFDD4D; }
span { border-color: rgb(223,221,77); }
td.TdClassName
{
border-color: #DFDD4D;
}
.TagClassName
{
border-color: #DFDD4D;
}
</style>