Shades of Manz #DDE759
Tints of Manz #DDE759
RGB
CMYK
RGB Variations
Color information
#DDE759 (or 0xDDE759) is known color: Manz. HEX triplet: DD, E7 and 59. RGB value is (221,231,89). Sum of RGB (Red+Green+Blue) = 221+231+89=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 89 (35.16% from 255 or 16.45% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE759 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE759 is #2218A6. Grayscale: #D4D4D4. Windows color (decimal): -2234535 or 5892061. OLE color: 5892061.
HSL color Cylindrical-coordinate representation of color #DDE759: hue angle of 64.23º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDE759 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 89 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.09 |
| HSL | 64.23º | 0.75% | 0.63% | - |
| HSV(B) | 64.23º | 0.61% | 0.91% | - |
| XYZ | 60.2 | 73.25 | 20.42 | - |
| YUV | 211.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 89 | 0.04 | 0 | 0.61 | 0.09 | 64.23 | 0.75 | 0.63 |
| Hex | DD | E7 | 59 | 4 | 0 | 3D | 9 | 40 | 4B | 3F |
| Octal | 335 | 347 | 131 | 4 | 0 | 75 | 11 | 100 | 113 | 77 |
| Binary | 11011101 | 11100111 | 1011001 | 100 | 0 | 111101 | 1001 | 1000000 | 1001011 | 111111 |
Color Harmonies of #DDE759
Complementary color
Monochromatic Colors of #DDE759
Black with #DDE759
Text Example
Text Example
White with #DDE759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE759; }
p { color: rgb(221,231,89); }
H1.HeaderClassName
{
color: #DDE759;
}
.AnyTagClassName
{
color: #DDE759;
}
</style>
background-color css
<style>
a { background-color: #DDE759; }
a { background-color: rgb(221,231,89); }
div.DivClassName
{
background-color: #DDE759;
}
.BgClassName
{
background-color: #DDE759;
}
</style>
border-color css
<style>
span { border-color: #DDE759; }
span { border-color: rgb(221,231,89); }
td.TdClassName
{
border-color: #DDE759;
}
.TagClassName
{
border-color: #DDE759;
}
</style>