Html Css Color HEX #DDE884 Mindaro

📋 copy color: '#DDE884'

red 221 ◦ green 232 ◦ blue 132

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

Shades of Mindaro #DDE884

Tints of Mindaro #DDE884

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.66%

 BLUE value IS 132 (51.95% from 255) = 22.56%

R = 37.78%
G = 39.66%
B = 22.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#DDE884 (or 0xDDE884) is known color: Mindaro. HEX triplet: DD, E8 and 84. RGB value is (221,232,132). Sum of RGB (Red+Green+Blue) = 221+232+132=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE884 is #22177B. Grayscale: #D9D9D9. Windows color (decimal): -2234236 or 8710365. OLE color: 8710365.

HSL color Cylindrical-coordinate representation of color #DDE884: hue angle of 66.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDE884 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 232 132 -
CMYK 0.05 0 0.43 0.09
HSL 66.6º 0.68% 0.71% -
HSV(B) 66.6º 0.43% 0.91% -
XYZ 62.84 74.75 32.95 -
YUV 217.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 221 232 132 0.05 0 0.43 0.09 66.6 0.68 0.71
Hex DD E8 84 5 0 2B 9 43 44 47
Octal 335 350 204 5 0 53 11 103 104 107
Binary 11011101 11101000 10000100 101 0 101011 1001 1000011 1000100 1000111

Color Harmonies of #DDE884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE884

Black with #DDE884

Text Example


Text Example

White with #DDE884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE884; }

 p { color: rgb(221,232,132); }

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

background-color css

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

 a { background-color: rgb(221,232,132); }

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

border-color css

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

 span { border-color: rgb(221,232,132); }

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