#DAE769

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

Shades of Mindaro #DAE769

Tints of Mindaro #DAE769

Color information

#DAE769 (or 0xDAE769) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 69. RGB value is (218,231,105). Sum of RGB (Red+Green+Blue) = 218+231+105=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE769 is #251896. Grayscale: #D5D5D5. Windows color (decimal): -2431127 or 6940634. OLE color: 6940634.

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

Color convert

RGB218231105-
CMYK0.0600.550.09
HSL66.19º72.41%65.88%-
HSV(B)66.19º54.55%90.59%-
XYZ60.0473.0824.31-
YUV212.7567.19131.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 231 (90.62% from 255) = 41.70%
BLUE value IS 105 (41.41% from 255) = 18.95%
R=39.35%
G=41.70%
B=18.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311050.0600.550.0966.1972.4165.88
HexDAE76960379424842
Octal332347151606711102110102
Binary1101101011100111110100111001101111001100001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE769; }

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

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

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

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

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

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

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

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