Html Css Color HEX #DAE376 Mindaro

📋 copy color: '#DAE376'

red 218 ◦ green 227 ◦ blue 118

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

Shades of Mindaro #DAE376

Tints of Mindaro #DAE376

RGB

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

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

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

R = 38.72%
G = 40.32%
B = 20.96%

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

#DAE376 (or 0xDAE376) is known color: Mindaro. HEX triplet: DA, E3 and 76. RGB value is (218,227,118). Sum of RGB (Red+Green+Blue) = 218+227+118=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE376 is #251C89. Grayscale: #D4D4D4. Windows color (decimal): -2432138 or 7791578. OLE color: 7791578.

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

Color convert

RGB 218 227 118 -
CMYK 0.04 0 0.48 0.11
HSL 64.95º 0.66% 0.68% -
HSV(B) 64.95º 0.48% 0.89% -
XYZ 59.65 71.15 27.73 -
YUV 211.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 218 227 118 0.04 0 0.48 0.11 64.95 0.66 0.68
Hex DA E3 76 4 0 30 B 41 42 44
Octal 332 343 166 4 0 60 13 101 102 104
Binary 11011010 11100011 1110110 100 0 110000 1011 1000001 1000010 1000100

Color Harmonies of #DAE376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE376

Black with #DAE376

Text Example


Text Example

White with #DAE376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE376; }

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

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

background-color css

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

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

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

border-color css

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

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

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