#DAE981

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

Shades of Mindaro #DAE981

Tints of Mindaro #DAE981

Color information

#DAE981 (or 0xDAE981) is unknown color: approx Mindaro. HEX triplet: DA, E9 and 81. RGB value is (218,233,129). Sum of RGB (Red+Green+Blue) = 218+233+129=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE981 is #25167E. Grayscale: #D9D9D9. Windows color (decimal): -2430591 or 8514010. OLE color: 8514010.

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

Color convert

RGB218233129-
CMYK0.0600.450.09
HSL68.65º70.27%70.98%-
HSV(B)68.65º44.64%91.37%-
XYZ62.0174.7731.93-
YUV216.6678.53128.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 233 (91.41% from 255) = 40.17%
BLUE value IS 129 (50.78% from 255) = 22.24%
R=37.59%
G=40.17%
B=22.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331290.0600.450.0968.6570.2770.98
HexDAE981602D9454647
Octal332351201605511105106107
Binary11011010111010011000000111001011011001100010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE981; }

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

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

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

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

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

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

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

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