Shades of Manz #DDE04B
Tints of Manz #DDE04B
RGB
CMYK
RGB Variations
Color information
#DDE04B (or 0xDDE04B) is known color: Manz. HEX triplet: DD, E0 and 4B. RGB value is (221,224,75). Sum of RGB (Red+Green+Blue) = 221+224+75=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE04B is #221FB4. Grayscale: #CECECE. Windows color (decimal): -2236341 or 4972765. OLE color: 4972765.
HSL color Cylindrical-coordinate representation of color #DDE04B: hue angle of 61.21º 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 #DDE04B is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 75 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.12 |
| HSL | 61.21º | 0.71% | 0.59% | - |
| HSV(B) | 61.21º | 0.67% | 0.88% | - |
| XYZ | 57.74 | 69.19 | 16.97 | - |
| YUV | 206.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 75 | 0.01 | 0 | 0.67 | 0.12 | 61.21 | 0.71 | 0.59 |
| Hex | DD | E0 | 4B | 1 | 0 | 43 | C | 3D | 47 | 3B |
| Octal | 335 | 340 | 113 | 1 | 0 | 103 | 14 | 75 | 107 | 73 |
| Binary | 11011101 | 11100000 | 1001011 | 1 | 0 | 1000011 | 1100 | 111101 | 1000111 | 111011 |
Color Harmonies of #DDE04B
Complementary color
Monochromatic Colors of #DDE04B
Black with #DDE04B
Text Example
Text Example
White with #DDE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE04B; }
p { color: rgb(221,224,75); }
H1.HeaderClassName
{
color: #DDE04B;
}
.AnyTagClassName
{
color: #DDE04B;
}
</style>
background-color css
<style>
a { background-color: #DDE04B; }
a { background-color: rgb(221,224,75); }
div.DivClassName
{
background-color: #DDE04B;
}
.BgClassName
{
background-color: #DDE04B;
}
</style>
border-color css
<style>
span { border-color: #DDE04B; }
span { border-color: rgb(221,224,75); }
td.TdClassName
{
border-color: #DDE04B;
}
.TagClassName
{
border-color: #DDE04B;
}
</style>