Shades of Manz #DCE15D
Tints of Manz #DCE15D
RGB
CMYK
RGB Variations
Color information
#DCE15D (or 0xDCE15D) is known color: Manz. HEX triplet: DC, E1 and 5D. RGB value is (220,225,93). Sum of RGB (Red+Green+Blue) = 220+225+93=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE15D is #231EA2. Grayscale: #D0D0D0. Windows color (decimal): -2301603 or 6152668. OLE color: 6152668.
HSL color Cylindrical-coordinate representation of color #DCE15D: hue angle of 62.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCE15D is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 93 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.12 |
| HSL | 62.27º | 0.69% | 0.62% | - |
| HSV(B) | 62.27º | 0.59% | 0.88% | - |
| XYZ | 58.42 | 69.86 | 20.76 | - |
| YUV | 208.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 93 | 0.02 | 0 | 0.59 | 0.12 | 62.27 | 0.69 | 0.62 |
| Hex | DC | E1 | 5D | 2 | 0 | 3B | C | 3E | 45 | 3E |
| Octal | 334 | 341 | 135 | 2 | 0 | 73 | 14 | 76 | 105 | 76 |
| Binary | 11011100 | 11100001 | 1011101 | 10 | 0 | 111011 | 1100 | 111110 | 1000101 | 111110 |
Color Harmonies of #DCE15D
Complementary color
Monochromatic Colors of #DCE15D
Black with #DCE15D
Text Example
Text Example
White with #DCE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE15D; }
p { color: rgb(220,225,93); }
H1.HeaderClassName
{
color: #DCE15D;
}
.AnyTagClassName
{
color: #DCE15D;
}
</style>
background-color css
<style>
a { background-color: #DCE15D; }
a { background-color: rgb(220,225,93); }
div.DivClassName
{
background-color: #DCE15D;
}
.BgClassName
{
background-color: #DCE15D;
}
</style>
border-color css
<style>
span { border-color: #DCE15D; }
span { border-color: rgb(220,225,93); }
td.TdClassName
{
border-color: #DCE15D;
}
.TagClassName
{
border-color: #DCE15D;
}
</style>