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