Shades of Manz #DCE053
Tints of Manz #DCE053
RGB
CMYK
RGB Variations
Color information
#DCE053 (or 0xDCE053) is known color: Manz. HEX triplet: DC, E0 and 53. RGB value is (220,224,83). Sum of RGB (Red+Green+Blue) = 220+224+83=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE053 is #231FAC. Grayscale: #CFCFCF. Windows color (decimal): -2301869 or 5497052. OLE color: 5497052.
HSL color Cylindrical-coordinate representation of color #DCE053: hue angle of 61.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCE053 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 83 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.12 |
| HSL | 61.7º | 0.69% | 0.6% | - |
| HSV(B) | 61.7º | 0.63% | 0.88% | - |
| XYZ | 57.73 | 69.15 | 18.49 | - |
| YUV | 206.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 83 | 0.02 | 0 | 0.63 | 0.12 | 61.7 | 0.69 | 0.6 |
| Hex | DC | E0 | 53 | 2 | 0 | 3F | C | 3E | 45 | 3C |
| Octal | 334 | 340 | 123 | 2 | 0 | 77 | 14 | 76 | 105 | 74 |
| Binary | 11011100 | 11100000 | 1010011 | 10 | 0 | 111111 | 1100 | 111110 | 1000101 | 111100 |
Color Harmonies of #DCE053
Complementary color
Monochromatic Colors of #DCE053
Black with #DCE053
Text Example
Text Example
White with #DCE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE053; }
p { color: rgb(220,224,83); }
H1.HeaderClassName
{
color: #DCE053;
}
.AnyTagClassName
{
color: #DCE053;
}
</style>
background-color css
<style>
a { background-color: #DCE053; }
a { background-color: rgb(220,224,83); }
div.DivClassName
{
background-color: #DCE053;
}
.BgClassName
{
background-color: #DCE053;
}
</style>
border-color css
<style>
span { border-color: #DCE053; }
span { border-color: rgb(220,224,83); }
td.TdClassName
{
border-color: #DCE053;
}
.TagClassName
{
border-color: #DCE053;
}
</style>