Shades of Manz #DDE75B
Tints of Manz #DDE75B
RGB
CMYK
RGB Variations
Color information
#DDE75B (or 0xDDE75B) is known color: Manz. HEX triplet: DD, E7 and 5B. RGB value is (221,231,91). Sum of RGB (Red+Green+Blue) = 221+231+91=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE75B is #2218A4. Grayscale: #D4D4D4. Windows color (decimal): -2234533 or 6023133. OLE color: 6023133.
HSL color Cylindrical-coordinate representation of color #DDE75B: hue angle of 64.29º degrees, saturation: 0.74, 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 #DDE75B is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 91 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.09 |
| HSL | 64.29º | 0.74% | 0.63% | - |
| HSV(B) | 64.29º | 0.61% | 0.91% | - |
| XYZ | 60.28 | 73.28 | 20.86 | - |
| YUV | 212.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 91 | 0.04 | 0 | 0.61 | 0.09 | 64.29 | 0.74 | 0.63 |
| Hex | DD | E7 | 5B | 4 | 0 | 3D | 9 | 40 | 4A | 3F |
| Octal | 335 | 347 | 133 | 4 | 0 | 75 | 11 | 100 | 112 | 77 |
| Binary | 11011101 | 11100111 | 1011011 | 100 | 0 | 111101 | 1001 | 1000000 | 1001010 | 111111 |
Color Harmonies of #DDE75B
Complementary color
Monochromatic Colors of #DDE75B
Black with #DDE75B
Text Example
Text Example
White with #DDE75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE75B; }
p { color: rgb(221,231,91); }
H1.HeaderClassName
{
color: #DDE75B;
}
.AnyTagClassName
{
color: #DDE75B;
}
</style>
background-color css
<style>
a { background-color: #DDE75B; }
a { background-color: rgb(221,231,91); }
div.DivClassName
{
background-color: #DDE75B;
}
.BgClassName
{
background-color: #DDE75B;
}
</style>
border-color css
<style>
span { border-color: #DDE75B; }
span { border-color: rgb(221,231,91); }
td.TdClassName
{
border-color: #DDE75B;
}
.TagClassName
{
border-color: #DDE75B;
}
</style>