Shades of Manz #DCEB4D
Tints of Manz #DCEB4D
RGB
CMYK
RGB Variations
Color information
#DCEB4D (or 0xDCEB4D) is known color: Manz. HEX triplet: DC, EB and 4D. RGB value is (220,235,77). Sum of RGB (Red+Green+Blue) = 220+235+77=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB4D is #2314B2. Grayscale: #D5D5D5. Windows color (decimal): -2299059 or 5106652. OLE color: 5106652.
HSL color Cylindrical-coordinate representation of color #DCEB4D: hue angle of 65.7º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCEB4D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 77 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.08 |
| HSL | 65.7º | 0.8% | 0.61% | - |
| HSV(B) | 65.7º | 0.67% | 0.92% | - |
| XYZ | 60.56 | 75.17 | 18.34 | - |
| YUV | 212.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 77 | 0.06 | 0 | 0.67 | 0.08 | 65.7 | 0.8 | 0.61 |
| Hex | DC | EB | 4D | 6 | 0 | 43 | 8 | 42 | 50 | 3D |
| Octal | 334 | 353 | 115 | 6 | 0 | 103 | 10 | 102 | 120 | 75 |
| Binary | 11011100 | 11101011 | 1001101 | 110 | 0 | 1000011 | 1000 | 1000010 | 1010000 | 111101 |
Color Harmonies of #DCEB4D
Complementary color
Monochromatic Colors of #DCEB4D
Black with #DCEB4D
Text Example
Text Example
White with #DCEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB4D; }
p { color: rgb(220,235,77); }
H1.HeaderClassName
{
color: #DCEB4D;
}
.AnyTagClassName
{
color: #DCEB4D;
}
</style>
background-color css
<style>
a { background-color: #DCEB4D; }
a { background-color: rgb(220,235,77); }
div.DivClassName
{
background-color: #DCEB4D;
}
.BgClassName
{
background-color: #DCEB4D;
}
</style>
border-color css
<style>
span { border-color: #DCEB4D; }
span { border-color: rgb(220,235,77); }
td.TdClassName
{
border-color: #DCEB4D;
}
.TagClassName
{
border-color: #DCEB4D;
}
</style>