Shades of Manz #DDE551
Tints of Manz #DDE551
RGB
CMYK
RGB Variations
Color information
#DDE551 (or 0xDDE551) is known color: Manz. HEX triplet: DD, E5 and 51. RGB value is (221,229,81). Sum of RGB (Red+Green+Blue) = 221+229+81=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 81 (32.03% from 255 or 15.25% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE551 is #221AAE. Grayscale: #D2D2D2. Windows color (decimal): -2235055 or 5367261. OLE color: 5367261.
HSL color Cylindrical-coordinate representation of color #DDE551: hue angle of 63.24º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDE551 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 81 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.10 |
| HSL | 63.24º | 0.74% | 0.61% | - |
| HSV(B) | 63.24º | 0.65% | 0.9% | - |
| XYZ | 59.32 | 72 | 18.56 | - |
| YUV | 209.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 81 | 0.03 | 0 | 0.65 | 0.10 | 63.24 | 0.74 | 0.61 |
| Hex | DD | E5 | 51 | 3 | 0 | 41 | A | 3F | 4A | 3D |
| Octal | 335 | 345 | 121 | 3 | 0 | 101 | 12 | 77 | 112 | 75 |
| Binary | 11011101 | 11100101 | 1010001 | 11 | 0 | 1000001 | 1010 | 111111 | 1001010 | 111101 |
Color Harmonies of #DDE551
Complementary color
Monochromatic Colors of #DDE551
Black with #DDE551
Text Example
Text Example
White with #DDE551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE551; }
p { color: rgb(221,229,81); }
H1.HeaderClassName
{
color: #DDE551;
}
.AnyTagClassName
{
color: #DDE551;
}
</style>
background-color css
<style>
a { background-color: #DDE551; }
a { background-color: rgb(221,229,81); }
div.DivClassName
{
background-color: #DDE551;
}
.BgClassName
{
background-color: #DDE551;
}
</style>
border-color css
<style>
span { border-color: #DDE551; }
span { border-color: rgb(221,229,81); }
td.TdClassName
{
border-color: #DDE551;
}
.TagClassName
{
border-color: #DDE551;
}
</style>