Shades of Manz #DCE35D
Tints of Manz #DCE35D
RGB
CMYK
RGB Variations
Color information
#DCE35D (or 0xDCE35D) is known color: Manz. HEX triplet: DC, E3 and 5D. RGB value is (220,227,93). Sum of RGB (Red+Green+Blue) = 220+227+93=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE35D is #231CA2. Grayscale: #D2D2D2. Windows color (decimal): -2301091 or 6153180. OLE color: 6153180.
HSL color Cylindrical-coordinate representation of color #DCE35D: hue angle of 63.13º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCE35D is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 93 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.11 |
| HSL | 63.13º | 0.71% | 0.63% | - |
| HSV(B) | 63.13º | 0.59% | 0.89% | - |
| XYZ | 58.96 | 70.94 | 20.94 | - |
| YUV | 209.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 93 | 0.03 | 0 | 0.59 | 0.11 | 63.13 | 0.71 | 0.63 |
| Hex | DC | E3 | 5D | 3 | 0 | 3B | B | 3F | 47 | 3F |
| Octal | 334 | 343 | 135 | 3 | 0 | 73 | 13 | 77 | 107 | 77 |
| Binary | 11011100 | 11100011 | 1011101 | 11 | 0 | 111011 | 1011 | 111111 | 1000111 | 111111 |
Color Harmonies of #DCE35D
Complementary color
Monochromatic Colors of #DCE35D
Black with #DCE35D
Text Example
Text Example
White with #DCE35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE35D; }
p { color: rgb(220,227,93); }
H1.HeaderClassName
{
color: #DCE35D;
}
.AnyTagClassName
{
color: #DCE35D;
}
</style>
background-color css
<style>
a { background-color: #DCE35D; }
a { background-color: rgb(220,227,93); }
div.DivClassName
{
background-color: #DCE35D;
}
.BgClassName
{
background-color: #DCE35D;
}
</style>
border-color css
<style>
span { border-color: #DCE35D; }
span { border-color: rgb(220,227,93); }
td.TdClassName
{
border-color: #DCE35D;
}
.TagClassName
{
border-color: #DCE35D;
}
</style>