Shades of Manz #DED654
Tints of Manz #DED654
RGB
CMYK
RGB Variations
Color information
#DED654 (or 0xDED654) is known color: Manz. HEX triplet: DE, D6 and 54. RGB value is (222,214,84). Sum of RGB (Red+Green+Blue) = 222+214+84=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DED654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED654 is #2129AB. Grayscale: #CACACA. Windows color (decimal): -2173356 or 5560030. OLE color: 5560030.
HSL color Cylindrical-coordinate representation of color #DED654: hue angle of 56.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DED654 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 84 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.13 |
| HSL | 56.52º | 0.68% | 0.6% | - |
| HSV(B) | 56.52º | 0.62% | 0.87% | - |
| XYZ | 55.77 | 64.26 | 17.85 | - |
| YUV | 201.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 84 | 0 | 0.04 | 0.62 | 0.13 | 56.52 | 0.68 | 0.6 |
| Hex | DE | D6 | 54 | 0 | 4 | 3E | D | 39 | 44 | 3C |
| Octal | 336 | 326 | 124 | 0 | 4 | 76 | 15 | 71 | 104 | 74 |
| Binary | 11011110 | 11010110 | 1010100 | 0 | 100 | 111110 | 1101 | 111001 | 1000100 | 111100 |
Color Harmonies of #DED654
Complementary color
Monochromatic Colors of #DED654
Black with #DED654
Text Example
Text Example
White with #DED654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED654; }
p { color: rgb(222,214,84); }
H1.HeaderClassName
{
color: #DED654;
}
.AnyTagClassName
{
color: #DED654;
}
</style>
background-color css
<style>
a { background-color: #DED654; }
a { background-color: rgb(222,214,84); }
div.DivClassName
{
background-color: #DED654;
}
.BgClassName
{
background-color: #DED654;
}
</style>
border-color css
<style>
span { border-color: #DED654; }
span { border-color: rgb(222,214,84); }
td.TdClassName
{
border-color: #DED654;
}
.TagClassName
{
border-color: #DED654;
}
</style>