Html Css Color HEX #DAE86F Mindaro

📋 copy color: '#DAE86F'

red 218 ◦ green 232 ◦ blue 111

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

Shades of Mindaro #DAE86F

Tints of Mindaro #DAE86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.79%

R = 38.86%
G = 41.35%
B = 19.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DAE86F (or 0xDAE86F) is known color: Mindaro. HEX triplet: DA, E8 and 6F. RGB value is (218,232,111). Sum of RGB (Red+Green+Blue) = 218+232+111=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE86F is #251790. Grayscale: #D6D6D6. Windows color (decimal): -2430865 or 7334106. OLE color: 7334106.

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

Color convert

RGB 218 232 111 -
CMYK 0.06 0 0.52 0.09
HSL 66.94º 0.72% 0.67% -
HSV(B) 66.94º 0.52% 0.91% -
XYZ 60.64 73.77 26.08 -
YUV 214.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 218 232 111 0.06 0 0.52 0.09 66.94 0.72 0.67
Hex DA E8 6F 6 0 34 9 43 48 43
Octal 332 350 157 6 0 64 11 103 110 103
Binary 11011010 11101000 1101111 110 0 110100 1001 1000011 1001000 1000011

Color Harmonies of #DAE86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE86F

Black with #DAE86F

Text Example


Text Example

White with #DAE86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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