Shades of Manz #DEDC4A
Tints of Manz #DEDC4A
RGB
CMYK
RGB Variations
Color information
#DEDC4A (or 0xDEDC4A) is known color: Manz. HEX triplet: DE, DC and 4A. RGB value is (222,220,74). Sum of RGB (Red+Green+Blue) = 222+220+74=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC4A is #2123B5. Grayscale: #CCCCCC. Windows color (decimal): -2171830 or 4906206. OLE color: 4906206.
HSL color Cylindrical-coordinate representation of color #DEDC4A: hue angle of 59.19º degrees, saturation: 0.69, 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 #DEDC4A is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 74 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.13 |
| HSL | 59.19º | 0.69% | 0.58% | - |
| HSV(B) | 59.19º | 0.67% | 0.87% | - |
| XYZ | 56.95 | 67.21 | 16.45 | - |
| YUV | 203.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 74 | 0 | 0.01 | 0.67 | 0.13 | 59.19 | 0.69 | 0.58 |
| Hex | DE | DC | 4A | 0 | 1 | 43 | D | 3B | 45 | 3A |
| Octal | 336 | 334 | 112 | 0 | 1 | 103 | 15 | 73 | 105 | 72 |
| Binary | 11011110 | 11011100 | 1001010 | 0 | 1 | 1000011 | 1101 | 111011 | 1000101 | 111010 |
Color Harmonies of #DEDC4A
Complementary color
Monochromatic Colors of #DEDC4A
Black with #DEDC4A
Text Example
Text Example
White with #DEDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC4A; }
p { color: rgb(222,220,74); }
H1.HeaderClassName
{
color: #DEDC4A;
}
.AnyTagClassName
{
color: #DEDC4A;
}
</style>
background-color css
<style>
a { background-color: #DEDC4A; }
a { background-color: rgb(222,220,74); }
div.DivClassName
{
background-color: #DEDC4A;
}
.BgClassName
{
background-color: #DEDC4A;
}
</style>
border-color css
<style>
span { border-color: #DEDC4A; }
span { border-color: rgb(222,220,74); }
td.TdClassName
{
border-color: #DEDC4A;
}
.TagClassName
{
border-color: #DEDC4A;
}
</style>