Html Css Color HEX #DDF387 Tidal

📋 copy color: '#DDF387'

red 221 ◦ green 243 ◦ blue 135

#DDF387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #DDF387

Tints of Tidal #DDF387

RGB

 RED value IS 221 (86.72% from 255) = 36.89%

 GREEN value IS 243 (95.31% from 255) = 40.57%

 BLUE value IS 135 (53.13% from 255) = 22.54%

R = 36.89%
G = 40.57%
B = 22.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

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

Triadic Colors

Analogous colors

Split complements colors

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>