#DAE674

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

Shades of Mindaro #DAE674

Tints of Mindaro #DAE674

Color information

#DAE674 (or 0xDAE674) is unknown color: approx Mindaro. HEX triplet: DA, E6 and 74. RGB value is (218,230,116). Sum of RGB (Red+Green+Blue) = 218+230+116=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE674 is #25198B. Grayscale: #D5D5D5. Windows color (decimal): -2431372 or 7661274. OLE color: 7661274.

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

Color convert

RGB218230116-
CMYK0.0500.500.10
HSL66.32º69.51%67.84%-
HSV(B)66.32º49.57%90.2%-
XYZ60.3672.7627.39-
YUV213.4273.02131.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 230 (90.23% from 255) = 40.78%
BLUE value IS 116 (45.70% from 255) = 20.57%
R=38.65%
G=40.78%
B=20.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301160.0500.500.1066.3269.5167.84
HexDAE6745032A424644
Octal332346164506212102106104
Binary1101101011100110111010010101100101010100001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE674; }

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

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

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

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

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

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

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

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