Shades of Manz #DCE05D
Tints of Manz #DCE05D
RGB
CMYK
RGB Variations
Color information
#DCE05D (or 0xDCE05D) is known color: Manz. HEX triplet: DC, E0 and 5D. RGB value is (220,224,93). Sum of RGB (Red+Green+Blue) = 220+224+93=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE05D is #231FA2. Grayscale: #D0D0D0. Windows color (decimal): -2301859 or 6152412. OLE color: 6152412.
HSL color Cylindrical-coordinate representation of color #DCE05D: hue angle of 61.83º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCE05D is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 93 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.12 |
| HSL | 61.83º | 0.68% | 0.62% | - |
| HSV(B) | 61.83º | 0.58% | 0.88% | - |
| XYZ | 58.15 | 69.32 | 20.67 | - |
| YUV | 207.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 93 | 0.02 | 0 | 0.58 | 0.12 | 61.83 | 0.68 | 0.62 |
| Hex | DC | E0 | 5D | 2 | 0 | 3A | C | 3E | 44 | 3E |
| Octal | 334 | 340 | 135 | 2 | 0 | 72 | 14 | 76 | 104 | 76 |
| Binary | 11011100 | 11100000 | 1011101 | 10 | 0 | 111010 | 1100 | 111110 | 1000100 | 111110 |
Color Harmonies of #DCE05D
Complementary color
Monochromatic Colors of #DCE05D
Black with #DCE05D
Text Example
Text Example
White with #DCE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE05D; }
p { color: rgb(220,224,93); }
H1.HeaderClassName
{
color: #DCE05D;
}
.AnyTagClassName
{
color: #DCE05D;
}
</style>
background-color css
<style>
a { background-color: #DCE05D; }
a { background-color: rgb(220,224,93); }
div.DivClassName
{
background-color: #DCE05D;
}
.BgClassName
{
background-color: #DCE05D;
}
</style>
border-color css
<style>
span { border-color: #DCE05D; }
span { border-color: rgb(220,224,93); }
td.TdClassName
{
border-color: #DCE05D;
}
.TagClassName
{
border-color: #DCE05D;
}
</style>