Html Css Color HEX #DAE377 Mindaro

📋 copy color: '#DAE377'

red 218 ◦ green 227 ◦ blue 119

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

Shades of Mindaro #DAE377

Tints of Mindaro #DAE377

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.25%

 BLUE value IS 119 (46.88% from 255) = 21.1%

R = 38.65%
G = 40.25%
B = 21.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#DAE377 (or 0xDAE377) is known color: Mindaro. HEX triplet: DA, E3 and 77. RGB value is (218,227,119). Sum of RGB (Red+Green+Blue) = 218+227+119=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE377 is #251C88. Grayscale: #D4D4D4. Windows color (decimal): -2432137 or 7857114. OLE color: 7857114.

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

Color convert

RGB 218 227 119 -
CMYK 0.04 0 0.48 0.11
HSL 65º 0.66% 0.68% -
HSV(B) 65º 0.48% 0.89% -
XYZ 59.71 71.18 28.04 -
YUV 212 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 218 227 119 0.04 0 0.48 0.11 65 0.66 0.68
Hex DA E3 77 4 0 30 B 41 42 44
Octal 332 343 167 4 0 60 13 101 102 104
Binary 11011010 11100011 1110111 100 0 110000 1011 1000001 1000010 1000100

Color Harmonies of #DAE377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE377

Black with #DAE377

Text Example


Text Example

White with #DAE377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE377; }

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

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

background-color css

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

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

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

border-color css

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

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

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