Html Css Color HEX #DAE85F Mindaro

📋 copy color: '#DAE85F'

red 218 ◦ green 232 ◦ blue 95

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

Shades of Mindaro #DAE85F

Tints of Mindaro #DAE85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.43%

R = 40%
G = 42.57%
B = 17.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#DAE85F (or 0xDAE85F) is known color: Mindaro. HEX triplet: DA, E8 and 5F. RGB value is (218,232,95). Sum of RGB (Red+Green+Blue) = 218+232+95=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE85F is #2517A0. Grayscale: #D4D4D4. Windows color (decimal): -2430881 or 6285530. OLE color: 6285530.

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

Color convert

RGB 218 232 95 -
CMYK 0.06 0 0.59 0.09
HSL 66.13º 0.75% 0.64% -
HSV(B) 66.13º 0.59% 0.91% -
XYZ 59.84 73.44 21.85 -
YUV 212.2 61.86 132.14 -
System Red Green Blue C M Y K H S L
Decimal 218 232 95 0.06 0 0.59 0.09 66.13 0.75 0.64
Hex DA E8 5F 6 0 3B 9 42 4B 40
Octal 332 350 137 6 0 73 11 102 113 100
Binary 11011010 11101000 1011111 110 0 111011 1001 1000010 1001011 1000000

Color Harmonies of #DAE85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE85F

Black with #DAE85F

Text Example


Text Example

White with #DAE85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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