Shades of Manz #DED35C
Tints of Manz #DED35C
RGB
CMYK
RGB Variations
Color information
#DED35C (or 0xDED35C) is known color: Manz. HEX triplet: DE, D3 and 5C. RGB value is (222,211,92). Sum of RGB (Red+Green+Blue) = 222+211+92=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DED35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED35C is #212CA3. Grayscale: #C9C9C9. Windows color (decimal): -2174116 or 6083550. OLE color: 6083550.
HSL color Cylindrical-coordinate representation of color #DED35C: hue angle of 54.92º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DED35C is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 92 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.13 |
| HSL | 54.92º | 0.66% | 0.62% | - |
| HSV(B) | 54.92º | 0.59% | 0.87% | - |
| XYZ | 55.35 | 62.89 | 19.35 | - |
| YUV | 200.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 92 | 0 | 0.05 | 0.59 | 0.13 | 54.92 | 0.66 | 0.62 |
| Hex | DE | D3 | 5C | 0 | 5 | 3B | D | 37 | 42 | 3E |
| Octal | 336 | 323 | 134 | 0 | 5 | 73 | 15 | 67 | 102 | 76 |
| Binary | 11011110 | 11010011 | 1011100 | 0 | 101 | 111011 | 1101 | 110111 | 1000010 | 111110 |
Color Harmonies of #DED35C
Complementary color
Monochromatic Colors of #DED35C
Black with #DED35C
Text Example
Text Example
White with #DED35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED35C; }
p { color: rgb(222,211,92); }
H1.HeaderClassName
{
color: #DED35C;
}
.AnyTagClassName
{
color: #DED35C;
}
</style>
background-color css
<style>
a { background-color: #DED35C; }
a { background-color: rgb(222,211,92); }
div.DivClassName
{
background-color: #DED35C;
}
.BgClassName
{
background-color: #DED35C;
}
</style>
border-color css
<style>
span { border-color: #DED35C; }
span { border-color: rgb(222,211,92); }
td.TdClassName
{
border-color: #DED35C;
}
.TagClassName
{
border-color: #DED35C;
}
</style>