Shades of Manz #DCEB4B
Tints of Manz #DCEB4B
RGB
CMYK
RGB Variations
Color information
#DCEB4B (or 0xDCEB4B) is known color: Manz. HEX triplet: DC, EB and 4B. RGB value is (220,235,75). Sum of RGB (Red+Green+Blue) = 220+235+75=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB4B is #2314B4. Grayscale: #D4D4D4. Windows color (decimal): -2299061 or 4975580. OLE color: 4975580.
HSL color Cylindrical-coordinate representation of color #DCEB4B: hue angle of 65.62º 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 #DCEB4B is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 75 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.08 |
| HSL | 65.63º | 0.8% | 0.61% | - |
| HSV(B) | 65.63º | 0.68% | 0.92% | - |
| XYZ | 60.49 | 75.14 | 17.97 | - |
| YUV | 212.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 75 | 0.06 | 0 | 0.68 | 0.08 | 65.63 | 0.8 | 0.61 |
| Hex | DC | EB | 4B | 6 | 0 | 44 | 8 | 42 | 50 | 3D |
| Octal | 334 | 353 | 113 | 6 | 0 | 104 | 10 | 102 | 120 | 75 |
| Binary | 11011100 | 11101011 | 1001011 | 110 | 0 | 1000100 | 1000 | 1000010 | 1010000 | 111101 |
Color Harmonies of #DCEB4B
Complementary color
Monochromatic Colors of #DCEB4B
Black with #DCEB4B
Text Example
Text Example
White with #DCEB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB4B; }
p { color: rgb(220,235,75); }
H1.HeaderClassName
{
color: #DCEB4B;
}
.AnyTagClassName
{
color: #DCEB4B;
}
</style>
background-color css
<style>
a { background-color: #DCEB4B; }
a { background-color: rgb(220,235,75); }
div.DivClassName
{
background-color: #DCEB4B;
}
.BgClassName
{
background-color: #DCEB4B;
}
</style>
border-color css
<style>
span { border-color: #DCEB4B; }
span { border-color: rgb(220,235,75); }
td.TdClassName
{
border-color: #DCEB4B;
}
.TagClassName
{
border-color: #DCEB4B;
}
</style>