#DAE464

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

Shades of Mindaro #DAE464

Tints of Mindaro #DAE464

Color information

#DAE464 (or 0xDAE464) is unknown color: approx Mindaro. HEX triplet: DA, E4 and 64. RGB value is (218,228,100). Sum of RGB (Red+Green+Blue) = 218+228+100=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE464 is #251B9B. Grayscale: #D2D2D2. Windows color (decimal): -2431900 or 6612186. OLE color: 6612186.

HSL color Cylindrical-coordinate representation of color #DAE464: hue angle of 64.69º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAE464 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB218228100-
CMYK0.0400.560.11
HSL64.69º70.33%64.31%-
HSV(B)64.69º56.14%89.41%-
XYZ58.9671.3122.71-
YUV210.4265.69133.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 228 (89.45% from 255) = 41.76%
BLUE value IS 100 (39.45% from 255) = 18.32%
R=39.93%
G=41.76%
B=18.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281000.0400.560.1164.6970.3364.31
HexDAE4644038B414640
Octal332344144407013101106100
Binary1101101011100100110010010001110001011100000110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE464; }

 p { color: rgb(218,228,100); }

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

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

 a { background-color: rgb(218,228,100); }

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

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

 span { border-color: rgb(218,228,100); }

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