#DAE987

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

Shades of Mindaro #DAE987

Tints of Mindaro #DAE987

Color information

#DAE987 (or 0xDAE987) is unknown color: approx Mindaro. HEX triplet: DA, E9 and 87. RGB value is (218,233,135). Sum of RGB (Red+Green+Blue) = 218+233+135=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 135 (53.12% from 255 or 23.04% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE987 is #251678. Grayscale: #D9D9D9. Windows color (decimal): -2430585 or 8907226. OLE color: 8907226.

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

Color convert

RGB218233135-
CMYK0.0600.420.09
HSL69.18º69.01%72.16%-
HSV(B)69.18º42.06%91.37%-
XYZ62.4374.9334.09-
YUV217.3481.53128.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 233 (91.41% from 255) = 39.76%
BLUE value IS 135 (53.12% from 255) = 23.04%
R=37.20%
G=39.76%
B=23.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331350.0600.420.0969.1869.0172.16
HexDAE987602A9454548
Octal332351207605211105105110
Binary11011010111010011000011111001010101001100010110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE987; }

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

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

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

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

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

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

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

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