Shades of Manz #DDE653
Tints of Manz #DDE653
RGB
CMYK
RGB Variations
Color information
#DDE653 (or 0xDDE653) is known color: Manz. HEX triplet: DD, E6 and 53. RGB value is (221,230,83). Sum of RGB (Red+Green+Blue) = 221+230+83=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE653 is #2219AC. Grayscale: #D3D3D3. Windows color (decimal): -2234797 or 5498589. OLE color: 5498589.
HSL color Cylindrical-coordinate representation of color #DDE653: hue angle of 63.67º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDE653 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 83 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.10 |
| HSL | 63.67º | 0.75% | 0.61% | - |
| HSV(B) | 63.67º | 0.64% | 0.9% | - |
| XYZ | 59.68 | 72.59 | 19.05 | - |
| YUV | 210.55 | 56.02 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 83 | 0.04 | 0 | 0.64 | 0.10 | 63.67 | 0.75 | 0.61 |
| Hex | DD | E6 | 53 | 4 | 0 | 40 | A | 40 | 4B | 3D |
| Octal | 335 | 346 | 123 | 4 | 0 | 100 | 12 | 100 | 113 | 75 |
| Binary | 11011101 | 11100110 | 1010011 | 100 | 0 | 1000000 | 1010 | 1000000 | 1001011 | 111101 |
Color Harmonies of #DDE653
Complementary color
Monochromatic Colors of #DDE653
Black with #DDE653
Text Example
Text Example
White with #DDE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE653; }
p { color: rgb(221,230,83); }
H1.HeaderClassName
{
color: #DDE653;
}
.AnyTagClassName
{
color: #DDE653;
}
</style>
background-color css
<style>
a { background-color: #DDE653; }
a { background-color: rgb(221,230,83); }
div.DivClassName
{
background-color: #DDE653;
}
.BgClassName
{
background-color: #DDE653;
}
</style>
border-color css
<style>
span { border-color: #DDE653; }
span { border-color: rgb(221,230,83); }
td.TdClassName
{
border-color: #DDE653;
}
.TagClassName
{
border-color: #DDE653;
}
</style>