Html Css Color HEX #DDEA79 Mindaro

📋 copy color: '#DDEA79'

red 221 ◦ green 234 ◦ blue 121

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

Shades of Mindaro #DDEA79

Tints of Mindaro #DDEA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.01%

R = 38.37%
G = 40.63%
B = 21.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#DDEA79 (or 0xDDEA79) is known color: Mindaro. HEX triplet: DD, EA and 79. RGB value is (221,234,121). Sum of RGB (Red+Green+Blue) = 221+234+121=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 121 (47.66% from 255 or 21.01% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA79 is #221586. Grayscale: #D9D9D9. Windows color (decimal): -2233735 or 7989981. OLE color: 7989981.

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

Color convert

RGB 221 234 121 -
CMYK 0.06 0 0.48 0.08
HSL 66.9º 0.73% 0.7% -
HSV(B) 66.9º 0.48% 0.92% -
XYZ 62.69 75.6 29.38 -
YUV 217.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 221 234 121 0.06 0 0.48 0.08 66.9 0.73 0.7
Hex DD EA 79 6 0 30 8 43 49 46
Octal 335 352 171 6 0 60 10 103 111 106
Binary 11011101 11101010 1111001 110 0 110000 1000 1000011 1001001 1000110

Color Harmonies of #DDEA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA79

Black with #DDEA79

Text Example


Text Example

White with #DDEA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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