#DAE680

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

Shades of Mindaro #DAE680

Tints of Mindaro #DAE680

Color information

#DAE680 (or 0xDAE680) is unknown color: approx Mindaro. HEX triplet: DA, E6 and 80. RGB value is (218,230,128). Sum of RGB (Red+Green+Blue) = 218+230+128=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE680 is #25197F. Grayscale: #D7D7D7. Windows color (decimal): -2431360 or 8447706. OLE color: 8447706.

HSL color Cylindrical-coordinate representation of color #DAE680: hue angle of 67.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAE680 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB218230128-
CMYK0.0500.440.10
HSL67.06º67.11%70.2%-
HSV(B)67.06º44.35%90.2%-
XYZ61.1173.0631.3-
YUV214.7879.02130.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 230 (90.23% from 255) = 39.93%
BLUE value IS 128 (50.39% from 255) = 22.22%
R=37.85%
G=39.93%
B=22.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301280.0500.440.1067.0667.1170.2
HexDAE680502CA434346
Octal332346200505412103103106
Binary11011010111001101000000010101011001010100001110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE680; }

 p { color: rgb(218,230,128); }

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

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

 a { background-color: rgb(218,230,128); }

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

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

 span { border-color: rgb(218,230,128); }

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