Html Css Color HEX #DAE886 Mindaro

📋 copy color: '#DAE886'

red 218 ◦ green 232 ◦ blue 134

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

Shades of Mindaro #DAE886

Tints of Mindaro #DAE886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.95%

R = 37.33%
G = 39.73%
B = 22.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#DAE886 (or 0xDAE886) is known color: Mindaro. HEX triplet: DA, E8 and 86. RGB value is (218,232,134). Sum of RGB (Red+Green+Blue) = 218+232+134=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE886 is #251779. Grayscale: #D9D9D9. Windows color (decimal): -2430842 or 8841434. OLE color: 8841434.

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

Color convert

RGB 218 232 134 -
CMYK 0.06 0 0.42 0.09
HSL 68.57º 0.68% 0.72% -
HSV(B) 68.57º 0.42% 0.91% -
XYZ 62.07 74.34 33.63 -
YUV 216.64 81.36 128.97 -
System Red Green Blue C M Y K H S L
Decimal 218 232 134 0.06 0 0.42 0.09 68.57 0.68 0.72
Hex DA E8 86 6 0 2A 9 45 44 48
Octal 332 350 206 6 0 52 11 105 104 110
Binary 11011010 11101000 10000110 110 0 101010 1001 1000101 1000100 1001000

Color Harmonies of #DAE886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE886

Black with #DAE886

Text Example


Text Example

White with #DAE886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE886; }

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

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

background-color css

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

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

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

border-color css

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

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

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