Html Css Color HEX #DAE86B Mindaro

📋 copy color: '#DAE86B'

red 218 ◦ green 232 ◦ blue 107

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

Shades of Mindaro #DAE86B

Tints of Mindaro #DAE86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.21%

R = 39.14%
G = 41.65%
B = 19.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#DAE86B (or 0xDAE86B) is known color: Mindaro. HEX triplet: DA, E8 and 6B. RGB value is (218,232,107). Sum of RGB (Red+Green+Blue) = 218+232+107=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE86B is #251794. Grayscale: #D6D6D6. Windows color (decimal): -2430869 or 7071962. OLE color: 7071962.

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

Color convert

RGB 218 232 107 -
CMYK 0.06 0 0.54 0.09
HSL 66.72º 0.73% 0.66% -
HSV(B) 66.72º 0.54% 0.91% -
XYZ 60.42 73.68 24.95 -
YUV 213.56 67.86 131.16 -
System Red Green Blue C M Y K H S L
Decimal 218 232 107 0.06 0 0.54 0.09 66.72 0.73 0.66
Hex DA E8 6B 6 0 36 9 43 49 42
Octal 332 350 153 6 0 66 11 103 111 102
Binary 11011010 11101000 1101011 110 0 110110 1001 1000011 1001001 1000010

Color Harmonies of #DAE86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE86B

Black with #DAE86B

Text Example


Text Example

White with #DAE86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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