#DAE76C

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

Shades of Mindaro #DAE76C

Tints of Mindaro #DAE76C

Color information

#DAE76C (or 0xDAE76C) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 6C. RGB value is (218,231,108). Sum of RGB (Red+Green+Blue) = 218+231+108=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE76C is #251893. Grayscale: #D5D5D5. Windows color (decimal): -2431124 or 7137242. OLE color: 7137242.

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

Color convert

RGB218231108-
CMYK0.0600.530.09
HSL66.34º71.93%66.47%-
HSV(B)66.34º53.25%90.59%-
XYZ60.273.1425.13-
YUV213.0968.69131.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 231 (90.62% from 255) = 41.47%
BLUE value IS 108 (42.58% from 255) = 19.39%
R=39.14%
G=41.47%
B=19.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311080.0600.530.0966.3471.9366.47
HexDAE76C60359424842
Octal332347154606511102110102
Binary1101101011100111110110011001101011001100001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE76C; }

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

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

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

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

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

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

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

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