Html Css Color HEX #DDE880 Mindaro

📋 copy color: '#DDE880'

red 221 ◦ green 232 ◦ blue 128

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

Shades of Mindaro #DDE880

Tints of Mindaro #DDE880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.03%

R = 38.04%
G = 39.93%
B = 22.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#DDE880 (or 0xDDE880) is known color: Mindaro. HEX triplet: DD, E8 and 80. RGB value is (221,232,128). Sum of RGB (Red+Green+Blue) = 221+232+128=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE880 is #22177F. Grayscale: #D9D9D9. Windows color (decimal): -2234240 or 8448221. OLE color: 8448221.

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

Color convert

RGB 221 232 128 -
CMYK 0.05 0 0.45 0.09
HSL 66.35º 0.69% 0.71% -
HSV(B) 66.35º 0.45% 0.91% -
XYZ 62.57 74.64 31.53 -
YUV 216.86 77.86 130.96 -
System Red Green Blue C M Y K H S L
Decimal 221 232 128 0.05 0 0.45 0.09 66.35 0.69 0.71
Hex DD E8 80 5 0 2D 9 42 45 47
Octal 335 350 200 5 0 55 11 102 105 107
Binary 11011101 11101000 10000000 101 0 101101 1001 1000010 1000101 1000111

Color Harmonies of #DDE880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE880

Black with #DDE880

Text Example


Text Example

White with #DDE880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE880; }

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

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

background-color css

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

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

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

border-color css

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

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

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