Shades of Manz #DCE14B
Tints of Manz #DCE14B
RGB
CMYK
RGB Variations
Color information
#DCE14B (or 0xDCE14B) is known color: Manz. HEX triplet: DC, E1 and 4B. RGB value is (220,225,75). Sum of RGB (Red+Green+Blue) = 220+225+75=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE14B is #231EB4. Grayscale: #CFCFCF. Windows color (decimal): -2301621 or 4973020. OLE color: 4973020.
HSL color Cylindrical-coordinate representation of color #DCE14B: hue angle of 62º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCE14B is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 75 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.12 |
| HSL | 62º | 0.71% | 0.59% | - |
| HSV(B) | 62º | 0.67% | 0.88% | - |
| XYZ | 57.71 | 69.57 | 17.04 | - |
| YUV | 206.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 75 | 0.02 | 0 | 0.67 | 0.12 | 62 | 0.71 | 0.59 |
| Hex | DC | E1 | 4B | 2 | 0 | 43 | C | 3E | 47 | 3B |
| Octal | 334 | 341 | 113 | 2 | 0 | 103 | 14 | 76 | 107 | 73 |
| Binary | 11011100 | 11100001 | 1001011 | 10 | 0 | 1000011 | 1100 | 111110 | 1000111 | 111011 |
Color Harmonies of #DCE14B
Complementary color
Monochromatic Colors of #DCE14B
Black with #DCE14B
Text Example
Text Example
White with #DCE14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE14B; }
p { color: rgb(220,225,75); }
H1.HeaderClassName
{
color: #DCE14B;
}
.AnyTagClassName
{
color: #DCE14B;
}
</style>
background-color css
<style>
a { background-color: #DCE14B; }
a { background-color: rgb(220,225,75); }
div.DivClassName
{
background-color: #DCE14B;
}
.BgClassName
{
background-color: #DCE14B;
}
</style>
border-color css
<style>
span { border-color: #DCE14B; }
span { border-color: rgb(220,225,75); }
td.TdClassName
{
border-color: #DCE14B;
}
.TagClassName
{
border-color: #DCE14B;
}
</style>