#DCF686

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

Shades of Tidal #DCF686

Tints of Tidal #DCF686

Color information

#DCF686 (or 0xDCF686) is unknown color: approx Tidal. HEX triplet: DC, F6 and 86. RGB value is (220,246,134). Sum of RGB (Red+Green+Blue) = 220+246+134=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF686 is #230979. Grayscale: #E1E1E1. Windows color (decimal): -2296186 or 8845020. OLE color: 8845020.

HSL color Cylindrical-coordinate representation of color #DCF686: hue angle of 73.93º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF686 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB220246134-
CMYK0.1100.460.04
HSL73.93º86.15%74.51%-
HSV(B)73.93º45.53%96.47%-
XYZ66.7782.8535.03-
YUV225.4676.39124.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 246 (96.48% from 255) = 41%
BLUE value IS 134 (52.73% from 255) = 22.33%
R=36.67%
G=41%
B=22.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461340.1100.460.0473.9386.1574.51
HexDCF686B02E44a564b
Octal334366206130564112126113
Binary11011100111101101000011010110101110100100101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF686; }

 p { color: rgb(220,246,134); }

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

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

 a { background-color: rgb(220,246,134); }

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

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

 span { border-color: rgb(220,246,134); }

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