Shades of Manz #DCEA57
Tints of Manz #DCEA57
RGB
CMYK
RGB Variations
Color information
#DCEA57 (or 0xDCEA57) is known color: Manz. HEX triplet: DC, EA and 57. RGB value is (220,234,87). Sum of RGB (Red+Green+Blue) = 220+234+87=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 87 (34.38% from 255 or 16.08% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA57 is #2315A8. Grayscale: #D5D5D5. Windows color (decimal): -2299305 or 5761756. OLE color: 5761756.
HSL color Cylindrical-coordinate representation of color #DCEA57: hue angle of 65.71º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCEA57 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 87 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.08 |
| HSL | 65.71º | 0.78% | 0.63% | - |
| HSV(B) | 65.71º | 0.63% | 0.92% | - |
| XYZ | 60.66 | 74.75 | 20.25 | - |
| YUV | 213.06 | 56.86 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 87 | 0.06 | 0 | 0.63 | 0.08 | 65.71 | 0.78 | 0.63 |
| Hex | DC | EA | 57 | 6 | 0 | 3F | 8 | 42 | 4E | 3F |
| Octal | 334 | 352 | 127 | 6 | 0 | 77 | 10 | 102 | 116 | 77 |
| Binary | 11011100 | 11101010 | 1010111 | 110 | 0 | 111111 | 1000 | 1000010 | 1001110 | 111111 |
Color Harmonies of #DCEA57
Complementary color
Monochromatic Colors of #DCEA57
Black with #DCEA57
Text Example
Text Example
White with #DCEA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA57; }
p { color: rgb(220,234,87); }
H1.HeaderClassName
{
color: #DCEA57;
}
.AnyTagClassName
{
color: #DCEA57;
}
</style>
background-color css
<style>
a { background-color: #DCEA57; }
a { background-color: rgb(220,234,87); }
div.DivClassName
{
background-color: #DCEA57;
}
.BgClassName
{
background-color: #DCEA57;
}
</style>
border-color css
<style>
span { border-color: #DCEA57; }
span { border-color: rgb(220,234,87); }
td.TdClassName
{
border-color: #DCEA57;
}
.TagClassName
{
border-color: #DCEA57;
}
</style>