Shades of Manz #DCE15C
Tints of Manz #DCE15C
RGB
CMYK
RGB Variations
Color information
#DCE15C (or 0xDCE15C) is known color: Manz. HEX triplet: DC, E1 and 5C. RGB value is (220,225,92). Sum of RGB (Red+Green+Blue) = 220+225+92=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE15C is #231EA3. Grayscale: #D0D0D0. Windows color (decimal): -2301604 or 6087132. OLE color: 6087132.
HSL color Cylindrical-coordinate representation of color #DCE15C: hue angle of 62.26º 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 #DCE15C is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 92 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.12 |
| HSL | 62.26º | 0.69% | 0.62% | - |
| HSV(B) | 62.26º | 0.59% | 0.88% | - |
| XYZ | 58.37 | 69.84 | 20.53 | - |
| YUV | 208.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 92 | 0.02 | 0 | 0.59 | 0.12 | 62.26 | 0.69 | 0.62 |
| Hex | DC | E1 | 5C | 2 | 0 | 3B | C | 3E | 45 | 3E |
| Octal | 334 | 341 | 134 | 2 | 0 | 73 | 14 | 76 | 105 | 76 |
| Binary | 11011100 | 11100001 | 1011100 | 10 | 0 | 111011 | 1100 | 111110 | 1000101 | 111110 |
Color Harmonies of #DCE15C
Complementary color
Monochromatic Colors of #DCE15C
Black with #DCE15C
Text Example
Text Example
White with #DCE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE15C; }
p { color: rgb(220,225,92); }
H1.HeaderClassName
{
color: #DCE15C;
}
.AnyTagClassName
{
color: #DCE15C;
}
</style>
background-color css
<style>
a { background-color: #DCE15C; }
a { background-color: rgb(220,225,92); }
div.DivClassName
{
background-color: #DCE15C;
}
.BgClassName
{
background-color: #DCE15C;
}
</style>
border-color css
<style>
span { border-color: #DCE15C; }
span { border-color: rgb(220,225,92); }
td.TdClassName
{
border-color: #DCE15C;
}
.TagClassName
{
border-color: #DCE15C;
}
</style>