Shades of Manz #DCE15A
Tints of Manz #DCE15A
RGB
CMYK
RGB Variations
Color information
#DCE15A (or 0xDCE15A) is known color: Manz. HEX triplet: DC, E1 and 5A. RGB value is (220,225,90). Sum of RGB (Red+Green+Blue) = 220+225+90=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE15A is #231EA5. Grayscale: #D0D0D0. Windows color (decimal): -2301606 or 5956060. OLE color: 5956060.
HSL color Cylindrical-coordinate representation of color #DCE15A: hue angle of 62.22º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCE15A is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 90 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.12 |
| HSL | 62.22º | 0.69% | 0.62% | - |
| HSV(B) | 62.22º | 0.6% | 0.88% | - |
| XYZ | 58.29 | 69.8 | 20.07 | - |
| YUV | 208.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 90 | 0.02 | 0 | 0.60 | 0.12 | 62.22 | 0.69 | 0.62 |
| Hex | DC | E1 | 5A | 2 | 0 | 3C | C | 3E | 45 | 3E |
| Octal | 334 | 341 | 132 | 2 | 0 | 74 | 14 | 76 | 105 | 76 |
| Binary | 11011100 | 11100001 | 1011010 | 10 | 0 | 111100 | 1100 | 111110 | 1000101 | 111110 |
Color Harmonies of #DCE15A
Complementary color
Monochromatic Colors of #DCE15A
Black with #DCE15A
Text Example
Text Example
White with #DCE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE15A; }
p { color: rgb(220,225,90); }
H1.HeaderClassName
{
color: #DCE15A;
}
.AnyTagClassName
{
color: #DCE15A;
}
</style>
background-color css
<style>
a { background-color: #DCE15A; }
a { background-color: rgb(220,225,90); }
div.DivClassName
{
background-color: #DCE15A;
}
.BgClassName
{
background-color: #DCE15A;
}
</style>
border-color css
<style>
span { border-color: #DCE15A; }
span { border-color: rgb(220,225,90); }
td.TdClassName
{
border-color: #DCE15A;
}
.TagClassName
{
border-color: #DCE15A;
}
</style>