#DAE55D

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

Shades of Mindaro #DAE55D

Tints of Mindaro #DAE55D

Color information

#DAE55D (or 0xDAE55D) is unknown color: approx Mindaro. HEX triplet: DA, E5 and 5D. RGB value is (218,229,93). Sum of RGB (Red+Green+Blue) = 218+229+93=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE55D is #251AA2. Grayscale: #D2D2D2. Windows color (decimal): -2431651 or 6153690. OLE color: 6153690.

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

Color convert

RGB21822993-
CMYK0.0500.590.10
HSL64.85º72.34%63.14%-
HSV(B)64.85º59.39%89.8%-
XYZ58.9171.7321.1-
YUV210.2161.86133.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 229 (89.84% from 255) = 42.41%
BLUE value IS 93 (36.72% from 255) = 17.22%
R=40.37%
G=42.41%
B=17.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal218229930.0500.590.1064.8572.3463.14
HexDAE55D503BA41483f
Octal33234513550731210111077
Binary110110101110010110111011010111011101010000011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE55D; }

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

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

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

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

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

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

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

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