#DAE573

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

Shades of Mindaro #DAE573

Tints of Mindaro #DAE573

Color information

#DAE573 (or 0xDAE573) is unknown color: approx Mindaro. HEX triplet: DA, E5 and 73. RGB value is (218,229,115). Sum of RGB (Red+Green+Blue) = 218+229+115=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE573 is #251A8C. Grayscale: #D5D5D5. Windows color (decimal): -2431629 or 7595482. OLE color: 7595482.

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

Color convert

RGB218229115-
CMYK0.0500.500.10
HSL65.79º68.67%67.45%-
HSV(B)65.79º49.78%89.8%-
XYZ60.0372.1826.99-
YUV212.7272.86131.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 229 (89.84% from 255) = 40.75%
BLUE value IS 115 (45.31% from 255) = 20.46%
R=38.79%
G=40.75%
B=20.46%

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
Decimal2182291150.0500.500.1065.7968.6767.45
HexDAE5735032A424543
Octal332345163506212102105103
Binary1101101011100101111001110101100101010100001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE573; }

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

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

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

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

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

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

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

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