#DAE469

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

Shades of Mindaro #DAE469

Tints of Mindaro #DAE469

Color information

#DAE469 (or 0xDAE469) is unknown color: approx Mindaro. HEX triplet: DA, E4 and 69. RGB value is (218,228,105). Sum of RGB (Red+Green+Blue) = 218+228+105=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE469 is #251B96. Grayscale: #D3D3D3. Windows color (decimal): -2431895 or 6939866. OLE color: 6939866.

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

Color convert

RGB218228105-
CMYK0.0400.540.11
HSL64.88º69.49%65.29%-
HSV(B)64.88º53.95%89.41%-
XYZ59.2171.4124.03-
YUV210.9968.19133-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 228 (89.45% from 255) = 41.38%
BLUE value IS 105 (41.41% from 255) = 19.06%
R=39.56%
G=41.38%
B=19.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281050.0400.540.1164.8869.4965.29
HexDAE4694036B414541
Octal332344151406613101105101
Binary1101101011100100110100110001101101011100000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE469; }

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

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

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

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

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

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

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

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