#DAE861

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

Shades of Mindaro #DAE861

Tints of Mindaro #DAE861

Color information

#DAE861 (or 0xDAE861) is unknown color: approx Mindaro. HEX triplet: DA, E8 and 61. RGB value is (218,232,97). Sum of RGB (Red+Green+Blue) = 218+232+97=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE861 is #25179E. Grayscale: #D4D4D4. Windows color (decimal): -2430879 or 6416602. OLE color: 6416602.

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

Color convert

RGB21823297-
CMYK0.0600.580.09
HSL66.22º74.59%64.51%-
HSV(B)66.22º58.19%90.98%-
XYZ59.9373.4822.33-
YUV212.4262.86131.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 232 (91.02% from 255) = 42.41%
BLUE value IS 97 (38.28% from 255) = 17.73%
R=39.85%
G=42.41%
B=17.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218232970.0600.580.0966.2274.5964.51
HexDAE861603A9424b41
Octal332350141607211102113101
Binary1101101011101000110000111001110101001100001010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE861; }

 p { color: rgb(218,232,97); }

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

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

 a { background-color: rgb(218,232,97); }

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

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

 span { border-color: rgb(218,232,97); }

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