#DAE763

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

Shades of Mindaro #DAE763

Tints of Mindaro #DAE763

Color information

#DAE763 (or 0xDAE763) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 63. RGB value is (218,231,99). Sum of RGB (Red+Green+Blue) = 218+231+99=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 99 (39.06% from 255 or 18.07% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE763 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE763 is #25189C. Grayscale: #D4D4D4. Windows color (decimal): -2431133 or 6547418. OLE color: 6547418.

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

Color convert

RGB21823199-
CMYK0.0600.570.09
HSL65.91º73.33%64.71%-
HSV(B)65.91º57.14%90.59%-
XYZ59.7472.9622.74-
YUV212.0664.19132.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 231 (90.62% from 255) = 42.15%
BLUE value IS 99 (39.06% from 255) = 18.07%
R=39.78%
G=42.15%
B=18.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218231990.0600.570.0965.9173.3364.71
HexDAE76360399424941
Octal332347143607111102111101
Binary1101101011100111110001111001110011001100001010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE763; }

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

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

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

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

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

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

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

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