Html Css Color HEX #DAE476 Mindaro

📋 copy color: '#DAE476'

red 218 ◦ green 228 ◦ blue 118

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

Shades of Mindaro #DAE476

Tints of Mindaro #DAE476

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.43%

 BLUE value IS 118 (46.48% from 255) = 20.92%

R = 38.65%
G = 40.43%
B = 20.92%

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

#DAE476 (or 0xDAE476) is known color: Mindaro. HEX triplet: DA, E4 and 76. RGB value is (218,228,118). Sum of RGB (Red+Green+Blue) = 218+228+118=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE476 is #251B89. Grayscale: #D4D4D4. Windows color (decimal): -2431882 or 7791834. OLE color: 7791834.

HSL color Cylindrical-coordinate representation of color #DAE476: hue angle of 65.45º degrees, saturation: 0.67, 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 #DAE476 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 118 -
CMYK 0.04 0 0.48 0.11
HSL 65.45º 0.67% 0.68% -
HSV(B) 65.45º 0.48% 0.89% -
XYZ 59.93 71.7 27.82 -
YUV 212.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 218 228 118 0.04 0 0.48 0.11 65.45 0.67 0.68
Hex DA E4 76 4 0 30 B 41 43 44
Octal 332 344 166 4 0 60 13 101 103 104
Binary 11011010 11100100 1110110 100 0 110000 1011 1000001 1000011 1000100

Color Harmonies of #DAE476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE476

Black with #DAE476

Text Example


Text Example

White with #DAE476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE476; }

 p { color: rgb(218,228,118); }

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

background-color css

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

 a { background-color: rgb(218,228,118); }

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

border-color css

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

 span { border-color: rgb(218,228,118); }

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