#DAE677

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

Shades of Mindaro #DAE677

Tints of Mindaro #DAE677

Color information

#DAE677 (or 0xDAE677) is unknown color: approx Mindaro. HEX triplet: DA, E6 and 77. RGB value is (218,230,119). Sum of RGB (Red+Green+Blue) = 218+230+119=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE677 is #251988. Grayscale: #D6D6D6. Windows color (decimal): -2431369 or 7857882. OLE color: 7857882.

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

Color convert

RGB218230119-
CMYK0.0500.480.10
HSL66.49º68.94%68.43%-
HSV(B)66.49º48.26%90.2%-
XYZ60.5472.8328.32-
YUV213.7674.52131.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 230 (90.23% from 255) = 40.56%
BLUE value IS 119 (46.88% from 255) = 20.99%
R=38.45%
G=40.56%
B=20.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301190.0500.480.1066.4968.9468.43
HexDAE6775030A424544
Octal332346167506012102105104
Binary1101101011100110111011110101100001010100001010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE677; }

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

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

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

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

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

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

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

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