Html Css Color HEX #DAE584 Mindaro

📋 copy color: '#DAE584'

red 218 ◦ green 229 ◦ blue 132

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

Shades of Mindaro #DAE584

Tints of Mindaro #DAE584

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.55%

 BLUE value IS 132 (51.95% from 255) = 22.8%

R = 37.65%
G = 39.55%
B = 22.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#DAE584 (or 0xDAE584) is known color: Mindaro. HEX triplet: DA, E5 and 84. RGB value is (218,229,132). Sum of RGB (Red+Green+Blue) = 218+229+132=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE584 is #251A7B. Grayscale: #D7D7D7. Windows color (decimal): -2431612 or 8709594. OLE color: 8709594.

HSL color Cylindrical-coordinate representation of color #DAE584: hue angle of 66.8º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE584 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 132 -
CMYK 0.05 0 0.42 0.10
HSL 66.8º 0.65% 0.71% -
HSV(B) 66.8º 0.42% 0.9% -
XYZ 61.1 72.61 32.62 -
YUV 214.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 218 229 132 0.05 0 0.42 0.10 66.8 0.65 0.71
Hex DA E5 84 5 0 2A A 43 41 47
Octal 332 345 204 5 0 52 12 103 101 107
Binary 11011010 11100101 10000100 101 0 101010 1010 1000011 1000001 1000111

Color Harmonies of #DAE584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE584

Black with #DAE584

Text Example


Text Example

White with #DAE584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE584; }

 p { color: rgb(218,229,132); }

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

background-color css

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

 a { background-color: rgb(218,229,132); }

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

border-color css

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

 span { border-color: rgb(218,229,132); }

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