Shades of Manz #DCE34B
Tints of Manz #DCE34B
RGB
CMYK
RGB Variations
Color information
#DCE34B (or 0xDCE34B) is known color: Manz. HEX triplet: DC, E3 and 4B. RGB value is (220,227,75). Sum of RGB (Red+Green+Blue) = 220+227+75=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE34B is #231CB4. Grayscale: #D0D0D0. Windows color (decimal): -2301109 or 4973532. OLE color: 4973532.
HSL color Cylindrical-coordinate representation of color #DCE34B: hue angle of 62.76º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCE34B is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 75 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.11 |
| HSL | 62.76º | 0.73% | 0.59% | - |
| HSV(B) | 62.76º | 0.67% | 0.89% | - |
| XYZ | 58.25 | 70.66 | 17.23 | - |
| YUV | 207.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 75 | 0.03 | 0 | 0.67 | 0.11 | 62.76 | 0.73 | 0.59 |
| Hex | DC | E3 | 4B | 3 | 0 | 43 | B | 3F | 49 | 3B |
| Octal | 334 | 343 | 113 | 3 | 0 | 103 | 13 | 77 | 111 | 73 |
| Binary | 11011100 | 11100011 | 1001011 | 11 | 0 | 1000011 | 1011 | 111111 | 1001001 | 111011 |
Color Harmonies of #DCE34B
Complementary color
Monochromatic Colors of #DCE34B
Black with #DCE34B
Text Example
Text Example
White with #DCE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE34B; }
p { color: rgb(220,227,75); }
H1.HeaderClassName
{
color: #DCE34B;
}
.AnyTagClassName
{
color: #DCE34B;
}
</style>
background-color css
<style>
a { background-color: #DCE34B; }
a { background-color: rgb(220,227,75); }
div.DivClassName
{
background-color: #DCE34B;
}
.BgClassName
{
background-color: #DCE34B;
}
</style>
border-color css
<style>
span { border-color: #DCE34B; }
span { border-color: rgb(220,227,75); }
td.TdClassName
{
border-color: #DCE34B;
}
.TagClassName
{
border-color: #DCE34B;
}
</style>