Shades of Manz #DCE05A
Tints of Manz #DCE05A
RGB
CMYK
RGB Variations
Color information
#DCE05A (or 0xDCE05A) is known color: Manz. HEX triplet: DC, E0 and 5A. RGB value is (220,224,90). Sum of RGB (Red+Green+Blue) = 220+224+90=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE05A is #231FA5. Grayscale: #D0D0D0. Windows color (decimal): -2301862 or 5955804. OLE color: 5955804.
HSL color Cylindrical-coordinate representation of color #DCE05A: hue angle of 61.79º degrees, saturation: 0.68, 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 #DCE05A is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 90 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.12 |
| HSL | 61.79º | 0.68% | 0.62% | - |
| HSV(B) | 61.79º | 0.6% | 0.88% | - |
| XYZ | 58.02 | 69.27 | 19.98 | - |
| YUV | 207.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 90 | 0.02 | 0 | 0.60 | 0.12 | 61.79 | 0.68 | 0.62 |
| Hex | DC | E0 | 5A | 2 | 0 | 3C | C | 3E | 44 | 3E |
| Octal | 334 | 340 | 132 | 2 | 0 | 74 | 14 | 76 | 104 | 76 |
| Binary | 11011100 | 11100000 | 1011010 | 10 | 0 | 111100 | 1100 | 111110 | 1000100 | 111110 |
Color Harmonies of #DCE05A
Complementary color
Monochromatic Colors of #DCE05A
Black with #DCE05A
Text Example
Text Example
White with #DCE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE05A; }
p { color: rgb(220,224,90); }
H1.HeaderClassName
{
color: #DCE05A;
}
.AnyTagClassName
{
color: #DCE05A;
}
</style>
background-color css
<style>
a { background-color: #DCE05A; }
a { background-color: rgb(220,224,90); }
div.DivClassName
{
background-color: #DCE05A;
}
.BgClassName
{
background-color: #DCE05A;
}
</style>
border-color css
<style>
span { border-color: #DCE05A; }
span { border-color: rgb(220,224,90); }
td.TdClassName
{
border-color: #DCE05A;
}
.TagClassName
{
border-color: #DCE05A;
}
</style>