Html Css Color HEX #DDEA81 Mindaro

📋 copy color: '#DDEA81'

red 221 ◦ green 234 ◦ blue 129

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

Shades of Mindaro #DDEA81

Tints of Mindaro #DDEA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.09%

R = 37.84%
G = 40.07%
B = 22.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#DDEA81 (or 0xDDEA81) is known color: Mindaro. HEX triplet: DD, EA and 81. RGB value is (221,234,129). Sum of RGB (Red+Green+Blue) = 221+234+129=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA81 is #22157E. Grayscale: #DADADA. Windows color (decimal): -2233727 or 8514269. OLE color: 8514269.

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

Color convert

RGB 221 234 129 -
CMYK 0.06 0 0.45 0.08
HSL 67.43º 0.71% 0.71% -
HSV(B) 67.43º 0.45% 0.92% -
XYZ 63.2 75.8 32.07 -
YUV 218.14 77.69 130.04 -
System Red Green Blue C M Y K H S L
Decimal 221 234 129 0.06 0 0.45 0.08 67.43 0.71 0.71
Hex DD EA 81 6 0 2D 8 43 47 47
Octal 335 352 201 6 0 55 10 103 107 107
Binary 11011101 11101010 10000001 110 0 101101 1000 1000011 1000111 1000111

Color Harmonies of #DDEA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA81

Black with #DDEA81

Text Example


Text Example

White with #DDEA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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