Shades of Manz #DCE749
Tints of Manz #DCE749
RGB
CMYK
RGB Variations
Color information
#DCE749 (or 0xDCE749) is known color: Manz. HEX triplet: DC, E7 and 49. RGB value is (220,231,73). Sum of RGB (Red+Green+Blue) = 220+231+73=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE749 is #2318B6. Grayscale: #D2D2D2. Windows color (decimal): -2300087 or 4843484. OLE color: 4843484.
HSL color Cylindrical-coordinate representation of color #DCE749: hue angle of 64.18º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCE749 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 73 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.09 |
| HSL | 64.18º | 0.77% | 0.6% | - |
| HSV(B) | 64.18º | 0.68% | 0.91% | - |
| XYZ | 59.29 | 72.85 | 17.24 | - |
| YUV | 209.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 73 | 0.05 | 0 | 0.68 | 0.09 | 64.18 | 0.77 | 0.6 |
| Hex | DC | E7 | 49 | 5 | 0 | 44 | 9 | 40 | 4D | 3C |
| Octal | 334 | 347 | 111 | 5 | 0 | 104 | 11 | 100 | 115 | 74 |
| Binary | 11011100 | 11100111 | 1001001 | 101 | 0 | 1000100 | 1001 | 1000000 | 1001101 | 111100 |
Color Harmonies of #DCE749
Complementary color
Monochromatic Colors of #DCE749
Black with #DCE749
Text Example
Text Example
White with #DCE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE749; }
p { color: rgb(220,231,73); }
H1.HeaderClassName
{
color: #DCE749;
}
.AnyTagClassName
{
color: #DCE749;
}
</style>
background-color css
<style>
a { background-color: #DCE749; }
a { background-color: rgb(220,231,73); }
div.DivClassName
{
background-color: #DCE749;
}
.BgClassName
{
background-color: #DCE749;
}
</style>
border-color css
<style>
span { border-color: #DCE749; }
span { border-color: rgb(220,231,73); }
td.TdClassName
{
border-color: #DCE749;
}
.TagClassName
{
border-color: #DCE749;
}
</style>