Shades of Manz #DCE551
Tints of Manz #DCE551
RGB
CMYK
RGB Variations
Color information
#DCE551 (or 0xDCE551) is known color: Manz. HEX triplet: DC, E5 and 51. RGB value is (220,229,81). Sum of RGB (Red+Green+Blue) = 220+229+81=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE551 is #231AAE. Grayscale: #D2D2D2. Windows color (decimal): -2300591 or 5367260. OLE color: 5367260.
HSL color Cylindrical-coordinate representation of color #DCE551: hue angle of 63.65º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCE551 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 81 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.10 |
| HSL | 63.65º | 0.74% | 0.61% | - |
| HSV(B) | 63.65º | 0.65% | 0.9% | - |
| XYZ | 59.02 | 71.85 | 18.54 | - |
| YUV | 209.44 | 55.52 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 81 | 0.04 | 0 | 0.65 | 0.10 | 63.65 | 0.74 | 0.61 |
| Hex | DC | E5 | 51 | 4 | 0 | 41 | A | 40 | 4A | 3D |
| Octal | 334 | 345 | 121 | 4 | 0 | 101 | 12 | 100 | 112 | 75 |
| Binary | 11011100 | 11100101 | 1010001 | 100 | 0 | 1000001 | 1010 | 1000000 | 1001010 | 111101 |
Color Harmonies of #DCE551
Complementary color
Monochromatic Colors of #DCE551
Black with #DCE551
Text Example
Text Example
White with #DCE551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE551; }
p { color: rgb(220,229,81); }
H1.HeaderClassName
{
color: #DCE551;
}
.AnyTagClassName
{
color: #DCE551;
}
</style>
background-color css
<style>
a { background-color: #DCE551; }
a { background-color: rgb(220,229,81); }
div.DivClassName
{
background-color: #DCE551;
}
.BgClassName
{
background-color: #DCE551;
}
</style>
border-color css
<style>
span { border-color: #DCE551; }
span { border-color: rgb(220,229,81); }
td.TdClassName
{
border-color: #DCE551;
}
.TagClassName
{
border-color: #DCE551;
}
</style>