#DDFA86

Color #DDFA86 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #DDFA86

Tints of Tidal #DDFA86

Color information

#DDFA86 (or 0xDDFA86) is unknown color: approx Tidal. HEX triplet: DD, FA and 86. RGB value is (221,250,134). Sum of RGB (Red+Green+Blue) = 221+250+134=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA86 is #220579. Grayscale: #E4E4E4. Windows color (decimal): -2229626 or 8846045. OLE color: 8846045.

HSL color Cylindrical-coordinate representation of color #DDFA86: hue angle of 75º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDFA86 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB221250134-
CMYK0.1200.460.02
HSL75º92.06%75.29%-
HSV(B)75º46.4%98.04%-
XYZ68.3185.4635.45-
YUV228.174.89122.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 134 (52.73% from 255) = 22.15%
R=36.53%
G=41.32%
B=22.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501340.1200.460.027592.0675.29
HexDDFA86C02E24b5c4b
Octal335372206140562113134113
Binary1101110111111010100001101100010111010100101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA86; }

 p { color: rgb(221,250,134); }

 H1.HeaderClassName
 {
   color: #DDFA86;
 }
 .AnyTagClassName
 {
   color: #DDFA86;
 }
</style>
background-color css

<style>
 a { background-color: #DDFA86; }

 a { background-color: rgb(221,250,134); }

 div.DivClassName
 {
   background-color: #DDFA86;
 }
 .BgClassName
 {
   background-color: #DDFA86;
 }
</style>
border-color css

<style>
 span { border-color: #DDFA86; }

 span { border-color: rgb(221,250,134); }

 td.TdClassName
 {
   border-color: #DDFA86;
 }
 .TagClassName
 {
   border-color: #DDFA86;
 }
</style>