Html Css Color HEX #DDEA7E Mindaro

📋 copy color: '#DDEA7E'

red 221 ◦ green 234 ◦ blue 126

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

Shades of Mindaro #DDEA7E

Tints of Mindaro #DDEA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.69%

R = 38.04%
G = 40.28%
B = 21.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#DDEA7E (or 0xDDEA7E) is known color: Mindaro. HEX triplet: DD, EA and 7E. RGB value is (221,234,126). Sum of RGB (Red+Green+Blue) = 221+234+126=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA7E is #221581. Grayscale: #DADADA. Windows color (decimal): -2233730 or 8317661. OLE color: 8317661.

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

Color convert

RGB 221 234 126 -
CMYK 0.06 0 0.46 0.08
HSL 67.22º 0.72% 0.71% -
HSV(B) 67.22º 0.46% 0.92% -
XYZ 63.01 75.72 31.03 -
YUV 217.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 221 234 126 0.06 0 0.46 0.08 67.22 0.72 0.71
Hex DD EA 7E 6 0 2E 8 43 48 47
Octal 335 352 176 6 0 56 10 103 110 107
Binary 11011101 11101010 1111110 110 0 101110 1000 1000011 1001000 1000111

Color Harmonies of #DDEA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA7E

Black with #DDEA7E

Text Example


Text Example

White with #DDEA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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