#DAE37D

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

Shades of Mindaro #DAE37D

Tints of Mindaro #DAE37D

Color information

#DAE37D (or 0xDAE37D) is unknown color: approx Mindaro. HEX triplet: DA, E3 and 7D. RGB value is (218,227,125). Sum of RGB (Red+Green+Blue) = 218+227+125=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE37D is #251C82. Grayscale: #D5D5D5. Windows color (decimal): -2432131 or 8250330. OLE color: 8250330.

HSL color Cylindrical-coordinate representation of color #DAE37D: hue angle of 65.29º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE37D is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB218227125-
CMYK0.0400.450.11
HSL65.29º64.56%69.02%-
HSV(B)65.29º44.93%89.02%-
XYZ60.0871.3230-
YUV212.6878.52131.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 227 (89.06% from 255) = 39.82%
BLUE value IS 125 (49.22% from 255) = 21.93%
R=38.25%
G=39.82%
B=21.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182271250.0400.450.1165.2964.5669.02
HexDAE37D402DB414145
Octal332343175405513101101105
Binary1101101011100011111110110001011011011100000110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE37D; }

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

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

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

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

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

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

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

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