Html Css Color HEX #DAE773 Mindaro

📋 copy color: '#DAE773'

red 218 ◦ green 231 ◦ blue 115

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

Shades of Mindaro #DAE773

Tints of Mindaro #DAE773

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.96%

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 38.65%
G = 40.96%
B = 20.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#DAE773 (or 0xDAE773) is known color: Mindaro. HEX triplet: DA, E7 and 73. RGB value is (218,231,115). Sum of RGB (Red+Green+Blue) = 218+231+115=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE773 is #25188C. Grayscale: #D6D6D6. Windows color (decimal): -2431117 or 7595994. OLE color: 7595994.

HSL color Cylindrical-coordinate representation of color #DAE773: hue angle of 66.72º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE773 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 115 -
CMYK 0.06 0 0.50 0.09
HSL 66.72º 0.71% 0.68% -
HSV(B) 66.72º 0.5% 0.91% -
XYZ 60.58 73.3 27.17 -
YUV 213.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 218 231 115 0.06 0 0.50 0.09 66.72 0.71 0.68
Hex DA E7 73 6 0 32 9 43 47 44
Octal 332 347 163 6 0 62 11 103 107 104
Binary 11011010 11100111 1110011 110 0 110010 1001 1000011 1000111 1000100

Color Harmonies of #DAE773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE773

Black with #DAE773

Text Example


Text Example

White with #DAE773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE773; }

 p { color: rgb(218,231,115); }

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

background-color css

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

 a { background-color: rgb(218,231,115); }

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

border-color css

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

 span { border-color: rgb(218,231,115); }

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