Shades of Manz #DCE64B
Tints of Manz #DCE64B
RGB
CMYK
RGB Variations
Color information
#DCE64B (or 0xDCE64B) is known color: Manz. HEX triplet: DC, E6 and 4B. RGB value is (220,230,75). Sum of RGB (Red+Green+Blue) = 220+230+75=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE64B is #2319B4. Grayscale: #D1D1D1. Windows color (decimal): -2300341 or 4974300. OLE color: 4974300.
HSL color Cylindrical-coordinate representation of color #DCE64B: hue angle of 63.87º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCE64B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 75 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.10 |
| HSL | 63.87º | 0.76% | 0.6% | - |
| HSV(B) | 63.87º | 0.67% | 0.9% | - |
| XYZ | 59.08 | 72.32 | 17.5 | - |
| YUV | 209.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 75 | 0.04 | 0 | 0.67 | 0.10 | 63.87 | 0.76 | 0.6 |
| Hex | DC | E6 | 4B | 4 | 0 | 43 | A | 40 | 4C | 3C |
| Octal | 334 | 346 | 113 | 4 | 0 | 103 | 12 | 100 | 114 | 74 |
| Binary | 11011100 | 11100110 | 1001011 | 100 | 0 | 1000011 | 1010 | 1000000 | 1001100 | 111100 |
Color Harmonies of #DCE64B
Complementary color
Monochromatic Colors of #DCE64B
Black with #DCE64B
Text Example
Text Example
White with #DCE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE64B; }
p { color: rgb(220,230,75); }
H1.HeaderClassName
{
color: #DCE64B;
}
.AnyTagClassName
{
color: #DCE64B;
}
</style>
background-color css
<style>
a { background-color: #DCE64B; }
a { background-color: rgb(220,230,75); }
div.DivClassName
{
background-color: #DCE64B;
}
.BgClassName
{
background-color: #DCE64B;
}
</style>
border-color css
<style>
span { border-color: #DCE64B; }
span { border-color: rgb(220,230,75); }
td.TdClassName
{
border-color: #DCE64B;
}
.TagClassName
{
border-color: #DCE64B;
}
</style>