Shades of Manz #DFDD4E
Tints of Manz #DFDD4E
RGB
CMYK
RGB Variations
Color information
#DFDD4E (or 0xDFDD4E) is known color: Manz. HEX triplet: DF, DD and 4E. RGB value is (223,221,78). Sum of RGB (Red+Green+Blue) = 223+221+78=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD4E is #2022B1. Grayscale: #CDCDCD. Windows color (decimal): -2106034 or 5168607. OLE color: 5168607.
HSL color Cylindrical-coordinate representation of color #DFDD4E: hue angle of 59.17º degrees, saturation: 0.69, 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 #DFDD4E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 78 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.13 |
| HSL | 59.17º | 0.69% | 0.59% | - |
| HSV(B) | 59.17º | 0.65% | 0.87% | - |
| XYZ | 57.66 | 67.95 | 17.28 | - |
| YUV | 205.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 78 | 0 | 0.01 | 0.65 | 0.13 | 59.17 | 0.69 | 0.59 |
| Hex | DF | DD | 4E | 0 | 1 | 41 | D | 3B | 45 | 3B |
| Octal | 337 | 335 | 116 | 0 | 1 | 101 | 15 | 73 | 105 | 73 |
| Binary | 11011111 | 11011101 | 1001110 | 0 | 1 | 1000001 | 1101 | 111011 | 1000101 | 111011 |
Color Harmonies of #DFDD4E
Complementary color
Monochromatic Colors of #DFDD4E
Black with #DFDD4E
Text Example
Text Example
White with #DFDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD4E; }
p { color: rgb(223,221,78); }
H1.HeaderClassName
{
color: #DFDD4E;
}
.AnyTagClassName
{
color: #DFDD4E;
}
</style>
background-color css
<style>
a { background-color: #DFDD4E; }
a { background-color: rgb(223,221,78); }
div.DivClassName
{
background-color: #DFDD4E;
}
.BgClassName
{
background-color: #DFDD4E;
}
</style>
border-color css
<style>
span { border-color: #DFDD4E; }
span { border-color: rgb(223,221,78); }
td.TdClassName
{
border-color: #DFDD4E;
}
.TagClassName
{
border-color: #DFDD4E;
}
</style>