Html Css Color HEX #DDEA71 Mindaro

📋 copy color: '#DDEA71'

red 221 ◦ green 234 ◦ blue 113

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

Shades of Mindaro #DDEA71

Tints of Mindaro #DDEA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.89%

R = 38.91%
G = 41.2%
B = 19.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#DDEA71 (or 0xDDEA71) is known color: Mindaro. HEX triplet: DD, EA and 71. RGB value is (221,234,113). Sum of RGB (Red+Green+Blue) = 221+234+113=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA71 is #22158E. Grayscale: #D8D8D8. Windows color (decimal): -2233743 or 7465693. OLE color: 7465693.

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

Color convert

RGB 221 234 113 -
CMYK 0.06 0 0.52 0.08
HSL 66.45º 0.74% 0.68% -
HSV(B) 66.45º 0.52% 0.92% -
XYZ 62.22 75.41 26.9 -
YUV 216.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 221 234 113 0.06 0 0.52 0.08 66.45 0.74 0.68
Hex DD EA 71 6 0 34 8 42 4A 44
Octal 335 352 161 6 0 64 10 102 112 104
Binary 11011101 11101010 1110001 110 0 110100 1000 1000010 1001010 1000100

Color Harmonies of #DDEA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA71

Black with #DDEA71

Text Example


Text Example

White with #DDEA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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