Shades of Manz #DCEB4C
Tints of Manz #DCEB4C
RGB
CMYK
RGB Variations
Color information
#DCEB4C (or 0xDCEB4C) is known color: Manz. HEX triplet: DC, EB and 4C. RGB value is (220,235,76). Sum of RGB (Red+Green+Blue) = 220+235+76=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB4C is #2314B3. Grayscale: #D5D5D5. Windows color (decimal): -2299060 or 5041116. OLE color: 5041116.
HSL color Cylindrical-coordinate representation of color #DCEB4C: hue angle of 65.66º degrees, saturation: 0.8, 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 #DCEB4C is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 76 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.08 |
| HSL | 65.66º | 0.8% | 0.61% | - |
| HSV(B) | 65.66º | 0.68% | 0.92% | - |
| XYZ | 60.53 | 75.15 | 18.15 | - |
| YUV | 212.39 | 51.03 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 76 | 0.06 | 0 | 0.68 | 0.08 | 65.66 | 0.8 | 0.61 |
| Hex | DC | EB | 4C | 6 | 0 | 44 | 8 | 42 | 50 | 3D |
| Octal | 334 | 353 | 114 | 6 | 0 | 104 | 10 | 102 | 120 | 75 |
| Binary | 11011100 | 11101011 | 1001100 | 110 | 0 | 1000100 | 1000 | 1000010 | 1010000 | 111101 |
Color Harmonies of #DCEB4C
Complementary color
Monochromatic Colors of #DCEB4C
Black with #DCEB4C
Text Example
Text Example
White with #DCEB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB4C; }
p { color: rgb(220,235,76); }
H1.HeaderClassName
{
color: #DCEB4C;
}
.AnyTagClassName
{
color: #DCEB4C;
}
</style>
background-color css
<style>
a { background-color: #DCEB4C; }
a { background-color: rgb(220,235,76); }
div.DivClassName
{
background-color: #DCEB4C;
}
.BgClassName
{
background-color: #DCEB4C;
}
</style>
border-color css
<style>
span { border-color: #DCEB4C; }
span { border-color: rgb(220,235,76); }
td.TdClassName
{
border-color: #DCEB4C;
}
.TagClassName
{
border-color: #DCEB4C;
}
</style>