Shades of Manz #DCE05F
Tints of Manz #DCE05F
RGB
CMYK
RGB Variations
Color information
#DCE05F (or 0xDCE05F) is known color: Manz. HEX triplet: DC, E0 and 5F. RGB value is (220,224,95). Sum of RGB (Red+Green+Blue) = 220+224+95=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE05F is #231FA0. Grayscale: #D0D0D0. Windows color (decimal): -2301857 or 6283484. OLE color: 6283484.
HSL color Cylindrical-coordinate representation of color #DCE05F: hue angle of 61.86º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCE05F is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 95 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.12 |
| HSL | 61.86º | 0.68% | 0.63% | - |
| HSV(B) | 61.86º | 0.58% | 0.88% | - |
| XYZ | 58.24 | 69.35 | 21.14 | - |
| YUV | 208.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 95 | 0.02 | 0 | 0.58 | 0.12 | 61.86 | 0.68 | 0.63 |
| Hex | DC | E0 | 5F | 2 | 0 | 3A | C | 3E | 44 | 3F |
| Octal | 334 | 340 | 137 | 2 | 0 | 72 | 14 | 76 | 104 | 77 |
| Binary | 11011100 | 11100000 | 1011111 | 10 | 0 | 111010 | 1100 | 111110 | 1000100 | 111111 |
Color Harmonies of #DCE05F
Complementary color
Monochromatic Colors of #DCE05F
Black with #DCE05F
Text Example
Text Example
White with #DCE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE05F; }
p { color: rgb(220,224,95); }
H1.HeaderClassName
{
color: #DCE05F;
}
.AnyTagClassName
{
color: #DCE05F;
}
</style>
background-color css
<style>
a { background-color: #DCE05F; }
a { background-color: rgb(220,224,95); }
div.DivClassName
{
background-color: #DCE05F;
}
.BgClassName
{
background-color: #DCE05F;
}
</style>
border-color css
<style>
span { border-color: #DCE05F; }
span { border-color: rgb(220,224,95); }
td.TdClassName
{
border-color: #DCE05F;
}
.TagClassName
{
border-color: #DCE05F;
}
</style>