Shades of Manz #DED15F
Tints of Manz #DED15F
RGB
CMYK
RGB Variations
Color information
#DED15F (or 0xDED15F) is known color: Manz. HEX triplet: DE, D1 and 5F. RGB value is (222,209,95). Sum of RGB (Red+Green+Blue) = 222+209+95=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DED15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED15F is #212EA0. Grayscale: #C8C8C8. Windows color (decimal): -2174625 or 6279646. OLE color: 6279646.
HSL color Cylindrical-coordinate representation of color #DED15F: hue angle of 53.86º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DED15F is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 95 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.13 |
| HSL | 53.86º | 0.66% | 0.62% | - |
| HSV(B) | 53.86º | 0.57% | 0.87% | - |
| XYZ | 54.99 | 61.96 | 19.89 | - |
| YUV | 199.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 95 | 0 | 0.06 | 0.57 | 0.13 | 53.86 | 0.66 | 0.62 |
| Hex | DE | D1 | 5F | 0 | 6 | 39 | D | 36 | 42 | 3E |
| Octal | 336 | 321 | 137 | 0 | 6 | 71 | 15 | 66 | 102 | 76 |
| Binary | 11011110 | 11010001 | 1011111 | 0 | 110 | 111001 | 1101 | 110110 | 1000010 | 111110 |
Color Harmonies of #DED15F
Complementary color
Monochromatic Colors of #DED15F
Black with #DED15F
Text Example
Text Example
White with #DED15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED15F; }
p { color: rgb(222,209,95); }
H1.HeaderClassName
{
color: #DED15F;
}
.AnyTagClassName
{
color: #DED15F;
}
</style>
background-color css
<style>
a { background-color: #DED15F; }
a { background-color: rgb(222,209,95); }
div.DivClassName
{
background-color: #DED15F;
}
.BgClassName
{
background-color: #DED15F;
}
</style>
border-color css
<style>
span { border-color: #DED15F; }
span { border-color: rgb(222,209,95); }
td.TdClassName
{
border-color: #DED15F;
}
.TagClassName
{
border-color: #DED15F;
}
</style>