Shades of Manz #DED84C
Tints of Manz #DED84C
RGB
CMYK
RGB Variations
Color information
#DED84C (or 0xDED84C) is known color: Manz. HEX triplet: DE, D8 and 4C. RGB value is (222,216,76). Sum of RGB (Red+Green+Blue) = 222+216+76=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DED84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED84C is #2127B3. Grayscale: #CACACA. Windows color (decimal): -2172852 or 5036254. OLE color: 5036254.
HSL color Cylindrical-coordinate representation of color #DED84C: hue angle of 57.53º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DED84C is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 76 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.13 |
| HSL | 57.53º | 0.69% | 0.58% | - |
| HSV(B) | 57.53º | 0.66% | 0.87% | - |
| XYZ | 55.98 | 65.16 | 16.46 | - |
| YUV | 201.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 76 | 0 | 0.03 | 0.66 | 0.13 | 57.53 | 0.69 | 0.58 |
| Hex | DE | D8 | 4C | 0 | 3 | 42 | D | 3A | 45 | 3A |
| Octal | 336 | 330 | 114 | 0 | 3 | 102 | 15 | 72 | 105 | 72 |
| Binary | 11011110 | 11011000 | 1001100 | 0 | 11 | 1000010 | 1101 | 111010 | 1000101 | 111010 |
Color Harmonies of #DED84C
Complementary color
Monochromatic Colors of #DED84C
Black with #DED84C
Text Example
Text Example
White with #DED84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED84C; }
p { color: rgb(222,216,76); }
H1.HeaderClassName
{
color: #DED84C;
}
.AnyTagClassName
{
color: #DED84C;
}
</style>
background-color css
<style>
a { background-color: #DED84C; }
a { background-color: rgb(222,216,76); }
div.DivClassName
{
background-color: #DED84C;
}
.BgClassName
{
background-color: #DED84C;
}
</style>
border-color css
<style>
span { border-color: #DED84C; }
span { border-color: rgb(222,216,76); }
td.TdClassName
{
border-color: #DED84C;
}
.TagClassName
{
border-color: #DED84C;
}
</style>