Html Css Color HEX #DDEA80 Mindaro

📋 copy color: '#DDEA80'

red 221 ◦ green 234 ◦ blue 128

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

Shades of Mindaro #DDEA80

Tints of Mindaro #DDEA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.14%

 BLUE value IS 128 (50.39% from 255) = 21.96%

R = 37.91%
G = 40.14%
B = 21.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#DDEA80 (or 0xDDEA80) is known color: Mindaro. HEX triplet: DD, EA and 80. RGB value is (221,234,128). Sum of RGB (Red+Green+Blue) = 221+234+128=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA80 is #22157F. Grayscale: #DADADA. Windows color (decimal): -2233728 or 8448733. OLE color: 8448733.

HSL color Cylindrical-coordinate representation of color #DDEA80: hue angle of 67.36º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDEA80 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 128 -
CMYK 0.06 0 0.45 0.08
HSL 67.36º 0.72% 0.71% -
HSV(B) 67.36º 0.45% 0.92% -
XYZ 63.14 75.78 31.72 -
YUV 218.03 77.19 130.12 -
System Red Green Blue C M Y K H S L
Decimal 221 234 128 0.06 0 0.45 0.08 67.36 0.72 0.71
Hex DD EA 80 6 0 2D 8 43 48 47
Octal 335 352 200 6 0 55 10 103 110 107
Binary 11011101 11101010 10000000 110 0 101101 1000 1000011 1001000 1000111

Color Harmonies of #DDEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA80

Black with #DDEA80

Text Example


Text Example

White with #DDEA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA80; }

 p { color: rgb(221,234,128); }

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

background-color css

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

 a { background-color: rgb(221,234,128); }

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

border-color css

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

 span { border-color: rgb(221,234,128); }

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