Html Css Color HEX #DDE882 Mindaro

📋 copy color: '#DDE882'

red 221 ◦ green 232 ◦ blue 130

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

Shades of Mindaro #DDE882

Tints of Mindaro #DDE882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.3%

R = 37.91%
G = 39.79%
B = 22.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#DDE882 (or 0xDDE882) is known color: Mindaro. HEX triplet: DD, E8 and 82. RGB value is (221,232,130). Sum of RGB (Red+Green+Blue) = 221+232+130=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE882 is #22177D. Grayscale: #D9D9D9. Windows color (decimal): -2234238 or 8579293. OLE color: 8579293.

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

Color convert

RGB 221 232 130 -
CMYK 0.05 0 0.44 0.09
HSL 66.47º 0.69% 0.71% -
HSV(B) 66.47º 0.44% 0.91% -
XYZ 62.7 74.7 32.23 -
YUV 217.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 221 232 130 0.05 0 0.44 0.09 66.47 0.69 0.71
Hex DD E8 82 5 0 2C 9 42 45 47
Octal 335 350 202 5 0 54 11 102 105 107
Binary 11011101 11101000 10000010 101 0 101100 1001 1000010 1000101 1000111

Color Harmonies of #DDE882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE882

Black with #DDE882

Text Example


Text Example

White with #DDE882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE882; }

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

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

background-color css

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

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

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

border-color css

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

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

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