Html Css Color HEX #DDF988 Tidal

📋 copy color: '#DDF988'

red 221 ◦ green 249 ◦ blue 136

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

Shades of Tidal #DDF988

Tints of Tidal #DDF988

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.09%

 BLUE value IS 136 (53.52% from 255) = 22.44%

R = 36.47%
G = 41.09%
B = 22.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#DDF988 (or 0xDDF988) is known color: Tidal. HEX triplet: DD, F9 and 88. RGB value is (221,249,136). Sum of RGB (Red+Green+Blue) = 221+249+136=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF988 is #220677. Grayscale: #E4E4E4. Windows color (decimal): -2229880 or 8976861. OLE color: 8976861.

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

Color convert

RGB 221 249 136 -
CMYK 0.11 0 0.45 0.02
HSL 74.87º 0.9% 0.75% -
HSV(B) 74.87º 0.45% 0.98% -
XYZ 68.14 84.9 36.09 -
YUV 227.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 221 249 136 0.11 0 0.45 0.02 74.87 0.9 0.75
Hex DD F9 88 B 0 2D 2 4B 5A 4B
Octal 335 371 210 13 0 55 2 113 132 113
Binary 11011101 11111001 10001000 1011 0 101101 10 1001011 1011010 1001011

Color Harmonies of #DDF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF988

Black with #DDF988

Text Example


Text Example

White with #DDF988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF988; }

 p { color: rgb(221,249,136); }

 H1.HeaderClassName
 {
   color: #DDF988;
 }
 .AnyTagClassName
 {
   color: #DDF988;
 }
</style>

background-color css

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

 a { background-color: rgb(221,249,136); }

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

border-color css

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

 span { border-color: rgb(221,249,136); }

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