Html Css Color HEX #DAE884 Mindaro

📋 copy color: '#DAE884'

red 218 ◦ green 232 ◦ blue 132

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

Shades of Mindaro #DAE884

Tints of Mindaro #DAE884

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.86%

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

R = 37.46%
G = 39.86%
B = 22.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#DAE884 (or 0xDAE884) is known color: Mindaro. HEX triplet: DA, E8 and 84. RGB value is (218,232,132). Sum of RGB (Red+Green+Blue) = 218+232+132=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE884 is #25177B. Grayscale: #D8D8D8. Windows color (decimal): -2430844 or 8710362. OLE color: 8710362.

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

Color convert

RGB 218 232 132 -
CMYK 0.06 0 0.43 0.09
HSL 68.4º 0.68% 0.71% -
HSV(B) 68.4º 0.43% 0.91% -
XYZ 61.93 74.28 32.9 -
YUV 216.41 80.36 129.13 -
System Red Green Blue C M Y K H S L
Decimal 218 232 132 0.06 0 0.43 0.09 68.4 0.68 0.71
Hex DA E8 84 6 0 2B 9 44 44 47
Octal 332 350 204 6 0 53 11 104 104 107
Binary 11011010 11101000 10000100 110 0 101011 1001 1000100 1000100 1000111

Color Harmonies of #DAE884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE884

Black with #DAE884

Text Example


Text Example

White with #DAE884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE884; }

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

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

background-color css

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

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

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

border-color css

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

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

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