Shades of Manz #DCE751
Tints of Manz #DCE751
RGB
CMYK
RGB Variations
Color information
#DCE751 (or 0xDCE751) is known color: Manz. HEX triplet: DC, E7 and 51. RGB value is (220,231,81). Sum of RGB (Red+Green+Blue) = 220+231+81=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 81 (32.03% from 255 or 15.23% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE751 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE751 is #2318AE. Grayscale: #D3D3D3. Windows color (decimal): -2300079 or 5367772. OLE color: 5367772.
HSL color Cylindrical-coordinate representation of color #DCE751: hue angle of 64.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCE751 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 81 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.09 |
| HSL | 64.4º | 0.76% | 0.61% | - |
| HSV(B) | 64.4º | 0.65% | 0.91% | - |
| XYZ | 59.58 | 72.96 | 18.73 | - |
| YUV | 210.61 | 54.86 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 81 | 0.05 | 0 | 0.65 | 0.09 | 64.4 | 0.76 | 0.61 |
| Hex | DC | E7 | 51 | 5 | 0 | 41 | 9 | 40 | 4C | 3D |
| Octal | 334 | 347 | 121 | 5 | 0 | 101 | 11 | 100 | 114 | 75 |
| Binary | 11011100 | 11100111 | 1010001 | 101 | 0 | 1000001 | 1001 | 1000000 | 1001100 | 111101 |
Color Harmonies of #DCE751
Complementary color
Monochromatic Colors of #DCE751
Black with #DCE751
Text Example
Text Example
White with #DCE751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE751; }
p { color: rgb(220,231,81); }
H1.HeaderClassName
{
color: #DCE751;
}
.AnyTagClassName
{
color: #DCE751;
}
</style>
background-color css
<style>
a { background-color: #DCE751; }
a { background-color: rgb(220,231,81); }
div.DivClassName
{
background-color: #DCE751;
}
.BgClassName
{
background-color: #DCE751;
}
</style>
border-color css
<style>
span { border-color: #DCE751; }
span { border-color: rgb(220,231,81); }
td.TdClassName
{
border-color: #DCE751;
}
.TagClassName
{
border-color: #DCE751;
}
</style>