Html Css Color HEX #DAE582 Mindaro

📋 copy color: '#DAE582'

red 218 ◦ green 229 ◦ blue 130

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

Shades of Mindaro #DAE582

Tints of Mindaro #DAE582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.53%

R = 37.78%
G = 39.69%
B = 22.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#DAE582 (or 0xDAE582) is known color: Mindaro. HEX triplet: DA, E5 and 82. RGB value is (218,229,130). Sum of RGB (Red+Green+Blue) = 218+229+130=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE582 is #251A7D. Grayscale: #D6D6D6. Windows color (decimal): -2431614 or 8578522. OLE color: 8578522.

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

Color convert

RGB 218 229 130 -
CMYK 0.05 0 0.43 0.10
HSL 66.67º 0.66% 0.7% -
HSV(B) 66.67º 0.43% 0.9% -
XYZ 60.96 72.56 31.91 -
YUV 214.43 80.36 130.55 -
System Red Green Blue C M Y K H S L
Decimal 218 229 130 0.05 0 0.43 0.10 66.67 0.66 0.7
Hex DA E5 82 5 0 2B A 43 42 46
Octal 332 345 202 5 0 53 12 103 102 106
Binary 11011010 11100101 10000010 101 0 101011 1010 1000011 1000010 1000110

Color Harmonies of #DAE582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE582

Black with #DAE582

Text Example


Text Example

White with #DAE582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE582; }

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

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

background-color css

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

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

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

border-color css

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

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

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