Shades of Manz #DCEA53
Tints of Manz #DCEA53
RGB
CMYK
RGB Variations
Color information
#DCEA53 (or 0xDCEA53) is known color: Manz. HEX triplet: DC, EA and 53. RGB value is (220,234,83). Sum of RGB (Red+Green+Blue) = 220+234+83=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA53 is #2315AC. Grayscale: #D5D5D5. Windows color (decimal): -2299309 or 5499612. OLE color: 5499612.
HSL color Cylindrical-coordinate representation of color #DCEA53: hue angle of 65.56º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCEA53 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 83 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.08 |
| HSL | 65.56º | 0.78% | 0.62% | - |
| HSV(B) | 65.56º | 0.65% | 0.92% | - |
| XYZ | 60.5 | 74.69 | 19.41 | - |
| YUV | 212.6 | 54.86 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 83 | 0.06 | 0 | 0.65 | 0.08 | 65.56 | 0.78 | 0.62 |
| Hex | DC | EA | 53 | 6 | 0 | 41 | 8 | 42 | 4E | 3E |
| Octal | 334 | 352 | 123 | 6 | 0 | 101 | 10 | 102 | 116 | 76 |
| Binary | 11011100 | 11101010 | 1010011 | 110 | 0 | 1000001 | 1000 | 1000010 | 1001110 | 111110 |
Color Harmonies of #DCEA53
Complementary color
Monochromatic Colors of #DCEA53
Black with #DCEA53
Text Example
Text Example
White with #DCEA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA53; }
p { color: rgb(220,234,83); }
H1.HeaderClassName
{
color: #DCEA53;
}
.AnyTagClassName
{
color: #DCEA53;
}
</style>
background-color css
<style>
a { background-color: #DCEA53; }
a { background-color: rgb(220,234,83); }
div.DivClassName
{
background-color: #DCEA53;
}
.BgClassName
{
background-color: #DCEA53;
}
</style>
border-color css
<style>
span { border-color: #DCEA53; }
span { border-color: rgb(220,234,83); }
td.TdClassName
{
border-color: #DCEA53;
}
.TagClassName
{
border-color: #DCEA53;
}
</style>