Html Css Color HEX #DDEA7C Mindaro

📋 copy color: '#DDEA7C'

red 221 ◦ green 234 ◦ blue 124

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

Shades of Mindaro #DDEA7C

Tints of Mindaro #DDEA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 38.17%
G = 40.41%
B = 21.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DDEA7C (or 0xDDEA7C) is known color: Mindaro. HEX triplet: DD, EA and 7C. RGB value is (221,234,124). Sum of RGB (Red+Green+Blue) = 221+234+124=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA7C is #221583. Grayscale: #DADADA. Windows color (decimal): -2233732 or 8186589. OLE color: 8186589.

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

Color convert

RGB 221 234 124 -
CMYK 0.06 0 0.47 0.08
HSL 67.09º 0.72% 0.7% -
HSV(B) 67.09º 0.47% 0.92% -
XYZ 62.88 75.67 30.36 -
YUV 217.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 221 234 124 0.06 0 0.47 0.08 67.09 0.72 0.7
Hex DD EA 7C 6 0 2F 8 43 48 46
Octal 335 352 174 6 0 57 10 103 110 106
Binary 11011101 11101010 1111100 110 0 101111 1000 1000011 1001000 1000110

Color Harmonies of #DDEA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA7C

Black with #DDEA7C

Text Example


Text Example

White with #DDEA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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