Html Css Color HEX #DDEA85 Mindaro

📋 copy color: '#DDEA85'

red 221 ◦ green 234 ◦ blue 133

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

Shades of Mindaro #DDEA85

Tints of Mindaro #DDEA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.62%

R = 37.59%
G = 39.8%
B = 22.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#DDEA85 (or 0xDDEA85) is known color: Mindaro. HEX triplet: DD, EA and 85. RGB value is (221,234,133). Sum of RGB (Red+Green+Blue) = 221+234+133=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA85 is #22157A. Grayscale: #DADADA. Windows color (decimal): -2233723 or 8776413. OLE color: 8776413.

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

Color convert

RGB 221 234 133 -
CMYK 0.06 0 0.43 0.08
HSL 67.72º 0.71% 0.72% -
HSV(B) 67.72º 0.43% 0.92% -
XYZ 63.48 75.91 33.5 -
YUV 218.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 221 234 133 0.06 0 0.43 0.08 67.72 0.71 0.72
Hex DD EA 85 6 0 2B 8 44 47 48
Octal 335 352 205 6 0 53 10 104 107 110
Binary 11011101 11101010 10000101 110 0 101011 1000 1000100 1000111 1001000

Color Harmonies of #DDEA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA85

Black with #DDEA85

Text Example


Text Example

White with #DDEA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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