Html Css Color HEX #DAE861 Mindaro

📋 copy color: '#DAE861'

red 218 ◦ green 232 ◦ blue 97

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

Shades of Mindaro #DAE861

Tints of Mindaro #DAE861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.73%

R = 39.85%
G = 42.41%
B = 17.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#DAE861 (or 0xDAE861) is known color: Mindaro. HEX triplet: DA, E8 and 61. RGB value is (218,232,97). Sum of RGB (Red+Green+Blue) = 218+232+97=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE861 is #25179E. Grayscale: #D4D4D4. Windows color (decimal): -2430879 or 6416602. OLE color: 6416602.

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

Color convert

RGB 218 232 97 -
CMYK 0.06 0 0.58 0.09
HSL 66.22º 0.75% 0.65% -
HSV(B) 66.22º 0.58% 0.91% -
XYZ 59.93 73.48 22.33 -
YUV 212.42 62.86 131.98 -
System Red Green Blue C M Y K H S L
Decimal 218 232 97 0.06 0 0.58 0.09 66.22 0.75 0.65
Hex DA E8 61 6 0 3A 9 42 4B 41
Octal 332 350 141 6 0 72 11 102 113 101
Binary 11011010 11101000 1100001 110 0 111010 1001 1000010 1001011 1000001

Color Harmonies of #DAE861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE861

Black with #DAE861

Text Example


Text Example

White with #DAE861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE861; }

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

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

background-color css

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

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

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

border-color css

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

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

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