Shades of Tidal #DDF387
Tints of Tidal #DDF387
RGB
CMYK
RGB Variations
Color information
#DDF387 (or 0xDDF387) is known color: Tidal. HEX triplet: DD, F3 and 87. RGB value is (221,243,135). Sum of RGB (Red+Green+Blue) = 221+243+135=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 135 (53.12% from 255 or 22.54% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF387 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF387 is #220C78. Grayscale: #E0E0E0. Windows color (decimal): -2231417 or 8909789. OLE color: 8909789.
HSL color Cylindrical-coordinate representation of color #DDF387: hue angle of 72.22º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDF387 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 135 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.05 |
| HSL | 72.22º | 0.82% | 0.74% | - |
| HSV(B) | 72.22º | 0.44% | 0.95% | - |
| XYZ | 66.24 | 81.22 | 35.11 | - |
| YUV | 224.11 | 77.71 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 135 | 0.09 | 0 | 0.44 | 0.05 | 72.22 | 0.82 | 0.74 |
| Hex | DD | F3 | 87 | 9 | 0 | 2C | 5 | 48 | 52 | 4A |
| Octal | 335 | 363 | 207 | 11 | 0 | 54 | 5 | 110 | 122 | 112 |
| Binary | 11011101 | 11110011 | 10000111 | 1001 | 0 | 101100 | 101 | 1001000 | 1010010 | 1001010 |
Color Harmonies of #DDF387
Complementary color
Monochromatic Colors of #DDF387
Black with #DDF387
Text Example
Text Example
White with #DDF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF387; }
p { color: rgb(221,243,135); }
H1.HeaderClassName
{
color: #DDF387;
}
.AnyTagClassName
{
color: #DDF387;
}
</style>
background-color css
<style>
a { background-color: #DDF387; }
a { background-color: rgb(221,243,135); }
div.DivClassName
{
background-color: #DDF387;
}
.BgClassName
{
background-color: #DDF387;
}
</style>
border-color css
<style>
span { border-color: #DDF387; }
span { border-color: rgb(221,243,135); }
td.TdClassName
{
border-color: #DDF387;
}
.TagClassName
{
border-color: #DDF387;
}
</style>