Shades of Manz #DCEB4A
Tints of Manz #DCEB4A
RGB
CMYK
RGB Variations
Color information
#DCEB4A (or 0xDCEB4A) is known color: Manz. HEX triplet: DC, EB and 4A. RGB value is (220,235,74). Sum of RGB (Red+Green+Blue) = 220+235+74=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB4A is #2314B5. Grayscale: #D4D4D4. Windows color (decimal): -2299062 or 4910044. OLE color: 4910044.
HSL color Cylindrical-coordinate representation of color #DCEB4A: hue angle of 65.59º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCEB4A is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 74 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.08 |
| HSL | 65.59º | 0.8% | 0.61% | - |
| HSV(B) | 65.59º | 0.69% | 0.92% | - |
| XYZ | 60.46 | 75.13 | 17.79 | - |
| YUV | 212.16 | 50.03 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 74 | 0.06 | 0 | 0.69 | 0.08 | 65.59 | 0.8 | 0.61 |
| Hex | DC | EB | 4A | 6 | 0 | 45 | 8 | 42 | 50 | 3D |
| Octal | 334 | 353 | 112 | 6 | 0 | 105 | 10 | 102 | 120 | 75 |
| Binary | 11011100 | 11101011 | 1001010 | 110 | 0 | 1000101 | 1000 | 1000010 | 1010000 | 111101 |
Color Harmonies of #DCEB4A
Complementary color
Monochromatic Colors of #DCEB4A
Black with #DCEB4A
Text Example
Text Example
White with #DCEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB4A; }
p { color: rgb(220,235,74); }
H1.HeaderClassName
{
color: #DCEB4A;
}
.AnyTagClassName
{
color: #DCEB4A;
}
</style>
background-color css
<style>
a { background-color: #DCEB4A; }
a { background-color: rgb(220,235,74); }
div.DivClassName
{
background-color: #DCEB4A;
}
.BgClassName
{
background-color: #DCEB4A;
}
</style>
border-color css
<style>
span { border-color: #DCEB4A; }
span { border-color: rgb(220,235,74); }
td.TdClassName
{
border-color: #DCEB4A;
}
.TagClassName
{
border-color: #DCEB4A;
}
</style>