#DAE57D

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

Shades of Mindaro #DAE57D

Tints of Mindaro #DAE57D

Color information

#DAE57D (or 0xDAE57D) is unknown color: approx Mindaro. HEX triplet: DA, E5 and 7D. RGB value is (218,229,125). Sum of RGB (Red+Green+Blue) = 218+229+125=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE57D is #251A82. Grayscale: #D6D6D6. Windows color (decimal): -2431619 or 8250842. OLE color: 8250842.

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

Color convert

RGB218229125-
CMYK0.0500.450.10
HSL66.35º66.67%69.41%-
HSV(B)66.35º45.41%89.8%-
XYZ60.6372.4230.19-
YUV213.8677.86130.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 229 (89.84% from 255) = 40.03%
BLUE value IS 125 (49.22% from 255) = 21.85%
R=38.11%
G=40.03%
B=21.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291250.0500.450.1066.3566.6769.41
HexDAE57D502DA424345
Octal332345175505512102103105
Binary1101101011100101111110110101011011010100001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE57D; }

 p { color: rgb(218,229,125); }

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

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

 a { background-color: rgb(218,229,125); }

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

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

 span { border-color: rgb(218,229,125); }

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