Shades of Manz #DDE14B
Tints of Manz #DDE14B
RGB
CMYK
RGB Variations
Color information
#DDE14B (or 0xDDE14B) is known color: Manz. HEX triplet: DD, E1 and 4B. RGB value is (221,225,75). Sum of RGB (Red+Green+Blue) = 221+225+75=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE14B is #221EB4. Grayscale: #CFCFCF. Windows color (decimal): -2236085 or 4973021. OLE color: 4973021.
HSL color Cylindrical-coordinate representation of color #DDE14B: hue angle of 61.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDE14B is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 75 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.12 |
| HSL | 61.6º | 0.71% | 0.59% | - |
| HSV(B) | 61.6º | 0.67% | 0.88% | - |
| XYZ | 58.01 | 69.73 | 17.06 | - |
| YUV | 206.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 75 | 0.02 | 0 | 0.67 | 0.12 | 61.6 | 0.71 | 0.59 |
| Hex | DD | E1 | 4B | 2 | 0 | 43 | C | 3E | 47 | 3B |
| Octal | 335 | 341 | 113 | 2 | 0 | 103 | 14 | 76 | 107 | 73 |
| Binary | 11011101 | 11100001 | 1001011 | 10 | 0 | 1000011 | 1100 | 111110 | 1000111 | 111011 |
Color Harmonies of #DDE14B
Complementary color
Monochromatic Colors of #DDE14B
Black with #DDE14B
Text Example
Text Example
White with #DDE14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE14B; }
p { color: rgb(221,225,75); }
H1.HeaderClassName
{
color: #DDE14B;
}
.AnyTagClassName
{
color: #DDE14B;
}
</style>
background-color css
<style>
a { background-color: #DDE14B; }
a { background-color: rgb(221,225,75); }
div.DivClassName
{
background-color: #DDE14B;
}
.BgClassName
{
background-color: #DDE14B;
}
</style>
border-color css
<style>
span { border-color: #DDE14B; }
span { border-color: rgb(221,225,75); }
td.TdClassName
{
border-color: #DDE14B;
}
.TagClassName
{
border-color: #DDE14B;
}
</style>