Html Css Color HEX #DAE775 Mindaro

📋 copy color: '#DAE775'

red 218 ◦ green 231 ◦ blue 117

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

Shades of Mindaro #DAE775

Tints of Mindaro #DAE775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.67%

R = 38.52%
G = 40.81%
B = 20.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#DAE775 (or 0xDAE775) is known color: Mindaro. HEX triplet: DA, E7 and 75. RGB value is (218,231,117). Sum of RGB (Red+Green+Blue) = 218+231+117=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 231 (90.62% from 255 or 40.81% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE775 is #25188A. Grayscale: #D6D6D6. Windows color (decimal): -2431115 or 7727066. OLE color: 7727066.

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

Color convert

RGB 218 231 117 -
CMYK 0.06 0 0.49 0.09
HSL 66.84º 0.7% 0.68% -
HSV(B) 66.84º 0.49% 0.91% -
XYZ 60.7 73.34 27.79 -
YUV 214.12 73.19 130.77 -
System Red Green Blue C M Y K H S L
Decimal 218 231 117 0.06 0 0.49 0.09 66.84 0.7 0.68
Hex DA E7 75 6 0 31 9 43 46 44
Octal 332 347 165 6 0 61 11 103 106 104
Binary 11011010 11100111 1110101 110 0 110001 1001 1000011 1000110 1000100

Color Harmonies of #DAE775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE775

Black with #DAE775

Text Example


Text Example

White with #DAE775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE775; }

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

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

background-color css

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

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

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

border-color css

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

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

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