Html Css Color HEX #DAE771 Mindaro

📋 copy color: '#DAE771'

red 218 ◦ green 231 ◦ blue 113

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

Shades of Mindaro #DAE771

Tints of Mindaro #DAE771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.11%

R = 38.79%
G = 41.1%
B = 20.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#DAE771 (or 0xDAE771) is known color: Mindaro. HEX triplet: DA, E7 and 71. RGB value is (218,231,113). Sum of RGB (Red+Green+Blue) = 218+231+113=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE771 is #25188E. Grayscale: #D6D6D6. Windows color (decimal): -2431119 or 7464922. OLE color: 7464922.

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

Color convert

RGB 218 231 113 -
CMYK 0.06 0 0.51 0.09
HSL 66.61º 0.71% 0.67% -
HSV(B) 66.61º 0.51% 0.91% -
XYZ 60.47 73.25 26.57 -
YUV 213.66 71.19 131.09 -
System Red Green Blue C M Y K H S L
Decimal 218 231 113 0.06 0 0.51 0.09 66.61 0.71 0.67
Hex DA E7 71 6 0 33 9 43 47 43
Octal 332 347 161 6 0 63 11 103 107 103
Binary 11011010 11100111 1110001 110 0 110011 1001 1000011 1000111 1000011

Color Harmonies of #DAE771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE771

Black with #DAE771

Text Example


Text Example

White with #DAE771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE771; }

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

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

background-color css

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

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

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

border-color css

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

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

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