Shades of Tidal #DDFC89
Tints of Tidal #DDFC89
RGB
CMYK
RGB Variations
Color information
#DDFC89 (or 0xDDFC89) is known color: Tidal. HEX triplet: DD, FC and 89. RGB value is (221,252,137). Sum of RGB (Red+Green+Blue) = 221+252+137=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 137 (53.91% from 255 or 22.46% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC89 is #220376. Grayscale: #E6E6E6. Windows color (decimal): -2229111 or 9043165. OLE color: 9043165.
HSL color Cylindrical-coordinate representation of color #DDFC89: hue angle of 76.17º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDFC89 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 137 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.01 |
| HSL | 76.17º | 0.95% | 0.76% | - |
| HSV(B) | 76.17º | 0.46% | 0.99% | - |
| XYZ | 69.14 | 86.8 | 36.78 | - |
| YUV | 229.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 137 | 0.12 | 0 | 0.46 | 0.01 | 76.17 | 0.95 | 0.76 |
| Hex | DD | FC | 89 | C | 0 | 2E | 1 | 4C | 5F | 4C |
| Octal | 335 | 374 | 211 | 14 | 0 | 56 | 1 | 114 | 137 | 114 |
| Binary | 11011101 | 11111100 | 10001001 | 1100 | 0 | 101110 | 1 | 1001100 | 1011111 | 1001100 |
Color Harmonies of #DDFC89
Complementary color
Monochromatic Colors of #DDFC89
Black with #DDFC89
Text Example
Text Example
White with #DDFC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC89; }
p { color: rgb(221,252,137); }
H1.HeaderClassName
{
color: #DDFC89;
}
.AnyTagClassName
{
color: #DDFC89;
}
</style>
background-color css
<style>
a { background-color: #DDFC89; }
a { background-color: rgb(221,252,137); }
div.DivClassName
{
background-color: #DDFC89;
}
.BgClassName
{
background-color: #DDFC89;
}
</style>
border-color css
<style>
span { border-color: #DDFC89; }
span { border-color: rgb(221,252,137); }
td.TdClassName
{
border-color: #DDFC89;
}
.TagClassName
{
border-color: #DDFC89;
}
</style>