Shades of Manz #DEDF4C
Tints of Manz #DEDF4C
RGB
CMYK
RGB Variations
Color information
#DEDF4C (or 0xDEDF4C) is known color: Manz. HEX triplet: DE, DF and 4C. RGB value is (222,223,76). Sum of RGB (Red+Green+Blue) = 222+223+76=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF4C is #2120B3. Grayscale: #CECECE. Windows color (decimal): -2171060 or 5038046. OLE color: 5038046.
HSL color Cylindrical-coordinate representation of color #DEDF4C: hue angle of 60.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEDF4C is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 76 | - |
| CMYK | 0.00 | 0 | 0.66 | 0.13 |
| HSL | 60.41º | 0.7% | 0.59% | - |
| HSV(B) | 60.41º | 0.66% | 0.87% | - |
| XYZ | 57.82 | 68.83 | 17.08 | - |
| YUV | 205.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 76 | 0.00 | 0 | 0.66 | 0.13 | 60.41 | 0.7 | 0.59 |
| Hex | DE | DF | 4C | 0 | 0 | 42 | D | 3C | 46 | 3B |
| Octal | 336 | 337 | 114 | 0 | 0 | 102 | 15 | 74 | 106 | 73 |
| Binary | 11011110 | 11011111 | 1001100 | 0 | 0 | 1000010 | 1101 | 111100 | 1000110 | 111011 |
Color Harmonies of #DEDF4C
Complementary color
Monochromatic Colors of #DEDF4C
Black with #DEDF4C
Text Example
Text Example
White with #DEDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF4C; }
p { color: rgb(222,223,76); }
H1.HeaderClassName
{
color: #DEDF4C;
}
.AnyTagClassName
{
color: #DEDF4C;
}
</style>
background-color css
<style>
a { background-color: #DEDF4C; }
a { background-color: rgb(222,223,76); }
div.DivClassName
{
background-color: #DEDF4C;
}
.BgClassName
{
background-color: #DEDF4C;
}
</style>
border-color css
<style>
span { border-color: #DEDF4C; }
span { border-color: rgb(222,223,76); }
td.TdClassName
{
border-color: #DEDF4C;
}
.TagClassName
{
border-color: #DEDF4C;
}
</style>