Html Css Color HEX #DAE57F Mindaro

📋 copy color: '#DAE57F'

red 218 ◦ green 229 ◦ blue 127

#DAE57F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DAE57F

Tints of Mindaro #DAE57F

RGB

 RED value IS 218 (85.55% from 255) = 37.98%

 GREEN value IS 229 (89.84% from 255) = 39.9%

 BLUE value IS 127 (50% from 255) = 22.13%

R = 37.98%
G = 39.9%
B = 22.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#DAE57F (or 0xDAE57F) is known color: Mindaro. HEX triplet: DA, E5 and 7F. RGB value is (218,229,127). Sum of RGB (Red+Green+Blue) = 218+229+127=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE57F is #251A80. Grayscale: #D6D6D6. Windows color (decimal): -2431617 or 8381914. OLE color: 8381914.

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

Color convert

RGB 218 229 127 -
CMYK 0.05 0 0.45 0.10
HSL 66.47º 0.66% 0.7% -
HSV(B) 66.47º 0.45% 0.9% -
XYZ 60.76 72.48 30.87 -
YUV 214.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 218 229 127 0.05 0 0.45 0.10 66.47 0.66 0.7
Hex DA E5 7F 5 0 2D A 42 42 46
Octal 332 345 177 5 0 55 12 102 102 106
Binary 11011010 11100101 1111111 101 0 101101 1010 1000010 1000010 1000110

Color Harmonies of #DAE57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE57F

Black with #DAE57F

Text Example


Text Example

White with #DAE57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE57F; }

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

 H1.HeaderClassName
 {
   color: #DAE57F;
 }
 .AnyTagClassName
 {
   color: #DAE57F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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