#DAE970

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

Shades of Mindaro #DAE970

Tints of Mindaro #DAE970

Color information

#DAE970 (or 0xDAE970) is unknown color: approx Mindaro. HEX triplet: DA, E9 and 70. RGB value is (218,233,112). Sum of RGB (Red+Green+Blue) = 218+233+112=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE970 is #25168F. Grayscale: #D7D7D7. Windows color (decimal): -2430608 or 7399898. OLE color: 7399898.

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

Color convert

RGB218233112-
CMYK0.0600.520.09
HSL67.44º73.33%67.65%-
HSV(B)67.44º51.93%91.37%-
XYZ60.9874.3526.47-
YUV214.7270.03130.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 112 (44.14% from 255) = 19.89%
R=38.72%
G=41.39%
B=19.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331120.0600.520.0967.4473.3367.65
HexDAE97060349434944
Octal332351160606411103111104
Binary1101101011101001111000011001101001001100001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE970; }

 p { color: rgb(218,233,112); }

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

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

 a { background-color: rgb(218,233,112); }

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

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

 span { border-color: rgb(218,233,112); }

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