Shades of Manz #DCEA4B
Tints of Manz #DCEA4B
RGB
CMYK
RGB Variations
Color information
#DCEA4B (or 0xDCEA4B) is known color: Manz. HEX triplet: DC, EA and 4B. RGB value is (220,234,75). Sum of RGB (Red+Green+Blue) = 220+234+75=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA4B is #2315B4. Grayscale: #D4D4D4. Windows color (decimal): -2299317 or 4975324. OLE color: 4975324.
HSL color Cylindrical-coordinate representation of color #DCEA4B: hue angle of 65.28º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCEA4B is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 75 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.08 |
| HSL | 65.28º | 0.79% | 0.61% | - |
| HSV(B) | 65.28º | 0.68% | 0.92% | - |
| XYZ | 60.21 | 74.57 | 17.88 | - |
| YUV | 211.69 | 50.86 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 75 | 0.06 | 0 | 0.68 | 0.08 | 65.28 | 0.79 | 0.61 |
| Hex | DC | EA | 4B | 6 | 0 | 44 | 8 | 41 | 4F | 3D |
| Octal | 334 | 352 | 113 | 6 | 0 | 104 | 10 | 101 | 117 | 75 |
| Binary | 11011100 | 11101010 | 1001011 | 110 | 0 | 1000100 | 1000 | 1000001 | 1001111 | 111101 |
Color Harmonies of #DCEA4B
Complementary color
Monochromatic Colors of #DCEA4B
Black with #DCEA4B
Text Example
Text Example
White with #DCEA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA4B; }
p { color: rgb(220,234,75); }
H1.HeaderClassName
{
color: #DCEA4B;
}
.AnyTagClassName
{
color: #DCEA4B;
}
</style>
background-color css
<style>
a { background-color: #DCEA4B; }
a { background-color: rgb(220,234,75); }
div.DivClassName
{
background-color: #DCEA4B;
}
.BgClassName
{
background-color: #DCEA4B;
}
</style>
border-color css
<style>
span { border-color: #DCEA4B; }
span { border-color: rgb(220,234,75); }
td.TdClassName
{
border-color: #DCEA4B;
}
.TagClassName
{
border-color: #DCEA4B;
}
</style>