Html Css Color HEX #DDEA76 Mindaro

📋 copy color: '#DDEA76'

red 221 ◦ green 234 ◦ blue 118

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

Shades of Mindaro #DDEA76

Tints of Mindaro #DDEA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.59%

R = 38.57%
G = 40.84%
B = 20.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#DDEA76 (or 0xDDEA76) is known color: Mindaro. HEX triplet: DD, EA and 76. RGB value is (221,234,118). Sum of RGB (Red+Green+Blue) = 221+234+118=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA76 is #221589. Grayscale: #D9D9D9. Windows color (decimal): -2233738 or 7793373. OLE color: 7793373.

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

Color convert

RGB 221 234 118 -
CMYK 0.06 0 0.50 0.08
HSL 66.72º 0.73% 0.69% -
HSV(B) 66.72º 0.5% 0.92% -
XYZ 62.51 75.53 28.42 -
YUV 216.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 221 234 118 0.06 0 0.50 0.08 66.72 0.73 0.69
Hex DD EA 76 6 0 32 8 43 49 45
Octal 335 352 166 6 0 62 10 103 111 105
Binary 11011101 11101010 1110110 110 0 110010 1000 1000011 1001001 1000101

Color Harmonies of #DDEA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA76

Black with #DDEA76

Text Example


Text Example

White with #DDEA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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