#DDE981

Color #DDE981 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DDE981

Tints of Mindaro #DDE981

Color information

#DDE981 (or 0xDDE981) is unknown color: approx Mindaro. HEX triplet: DD, E9 and 81. RGB value is (221,233,129). Sum of RGB (Red+Green+Blue) = 221+233+129=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE981 is #22167E. Grayscale: #D9D9D9. Windows color (decimal): -2233983 or 8514013. OLE color: 8514013.

HSL color Cylindrical-coordinate representation of color #DDE981: hue angle of 66.92º degrees, saturation: 0.7, 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 #DDE981 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB221233129-
CMYK0.0500.450.09
HSL66.92º70.27%70.98%-
HSV(B)66.92º44.64%91.37%-
XYZ62.9275.2331.97-
YUV217.5678.02130.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 129 (50.78% from 255) = 22.13%
R=37.91%
G=39.97%
B=22.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331290.0500.450.0966.9270.2770.98
HexDDE981502D9434647
Octal335351201505511103106107
Binary11011101111010011000000110101011011001100001110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE981; }

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

 H1.HeaderClassName
 {
   color: #DDE981;
 }
 .AnyTagClassName
 {
   color: #DDE981;
 }
</style>
background-color css

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

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

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

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

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

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