Shades of Manz #DCE05E
Tints of Manz #DCE05E
RGB
CMYK
RGB Variations
Color information
#DCE05E (or 0xDCE05E) is known color: Manz. HEX triplet: DC, E0 and 5E. RGB value is (220,224,94). Sum of RGB (Red+Green+Blue) = 220+224+94=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE05E is #231FA1. Grayscale: #D0D0D0. Windows color (decimal): -2301858 or 6217948. OLE color: 6217948.
HSL color Cylindrical-coordinate representation of color #DCE05E: hue angle of 61.85º 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 #DCE05E is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 94 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.12 |
| HSL | 61.85º | 0.68% | 0.62% | - |
| HSV(B) | 61.85º | 0.58% | 0.88% | - |
| XYZ | 58.19 | 69.34 | 20.91 | - |
| YUV | 207.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 94 | 0.02 | 0 | 0.58 | 0.12 | 61.85 | 0.68 | 0.62 |
| Hex | DC | E0 | 5E | 2 | 0 | 3A | C | 3E | 44 | 3E |
| Octal | 334 | 340 | 136 | 2 | 0 | 72 | 14 | 76 | 104 | 76 |
| Binary | 11011100 | 11100000 | 1011110 | 10 | 0 | 111010 | 1100 | 111110 | 1000100 | 111110 |
Color Harmonies of #DCE05E
Complementary color
Monochromatic Colors of #DCE05E
Black with #DCE05E
Text Example
Text Example
White with #DCE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE05E; }
p { color: rgb(220,224,94); }
H1.HeaderClassName
{
color: #DCE05E;
}
.AnyTagClassName
{
color: #DCE05E;
}
</style>
background-color css
<style>
a { background-color: #DCE05E; }
a { background-color: rgb(220,224,94); }
div.DivClassName
{
background-color: #DCE05E;
}
.BgClassName
{
background-color: #DCE05E;
}
</style>
border-color css
<style>
span { border-color: #DCE05E; }
span { border-color: rgb(220,224,94); }
td.TdClassName
{
border-color: #DCE05E;
}
.TagClassName
{
border-color: #DCE05E;
}
</style>