Shades of Manz #DCE05B
Tints of Manz #DCE05B
RGB
CMYK
RGB Variations
Color information
#DCE05B (or 0xDCE05B) is known color: Manz. HEX triplet: DC, E0 and 5B. RGB value is (220,224,91). Sum of RGB (Red+Green+Blue) = 220+224+91=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE05B is #231FA4. Grayscale: #D0D0D0. Windows color (decimal): -2301861 or 6021340. OLE color: 6021340.
HSL color Cylindrical-coordinate representation of color #DCE05B: hue angle of 61.8º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCE05B is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 91 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.12 |
| HSL | 61.8º | 0.68% | 0.62% | - |
| HSV(B) | 61.8º | 0.59% | 0.88% | - |
| XYZ | 58.06 | 69.28 | 20.21 | - |
| YUV | 207.64 | 62.17 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 91 | 0.02 | 0 | 0.59 | 0.12 | 61.8 | 0.68 | 0.62 |
| Hex | DC | E0 | 5B | 2 | 0 | 3B | C | 3E | 44 | 3E |
| Octal | 334 | 340 | 133 | 2 | 0 | 73 | 14 | 76 | 104 | 76 |
| Binary | 11011100 | 11100000 | 1011011 | 10 | 0 | 111011 | 1100 | 111110 | 1000100 | 111110 |
Color Harmonies of #DCE05B
Complementary color
Monochromatic Colors of #DCE05B
Black with #DCE05B
Text Example
Text Example
White with #DCE05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE05B; }
p { color: rgb(220,224,91); }
H1.HeaderClassName
{
color: #DCE05B;
}
.AnyTagClassName
{
color: #DCE05B;
}
</style>
background-color css
<style>
a { background-color: #DCE05B; }
a { background-color: rgb(220,224,91); }
div.DivClassName
{
background-color: #DCE05B;
}
.BgClassName
{
background-color: #DCE05B;
}
</style>
border-color css
<style>
span { border-color: #DCE05B; }
span { border-color: rgb(220,224,91); }
td.TdClassName
{
border-color: #DCE05B;
}
.TagClassName
{
border-color: #DCE05B;
}
</style>