Html Css Color HEX #DAE55F Mindaro

📋 copy color: '#DAE55F'

red 218 ◦ green 229 ◦ blue 95

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

Shades of Mindaro #DAE55F

Tints of Mindaro #DAE55F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.25%

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

R = 40.22%
G = 42.25%
B = 17.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#DAE55F (or 0xDAE55F) is known color: Mindaro. HEX triplet: DA, E5 and 5F. RGB value is (218,229,95). Sum of RGB (Red+Green+Blue) = 218+229+95=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE55F is #251AA0. Grayscale: #D2D2D2. Windows color (decimal): -2431649 or 6284762. OLE color: 6284762.

HSL color Cylindrical-coordinate representation of color #DAE55F: hue angle of 64.93º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAE55F is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 95 -
CMYK 0.05 0 0.59 0.10
HSL 64.93º 0.72% 0.64% -
HSV(B) 64.93º 0.59% 0.9% -
XYZ 59 71.77 21.57 -
YUV 210.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 218 229 95 0.05 0 0.59 0.10 64.93 0.72 0.64
Hex DA E5 5F 5 0 3B A 41 48 40
Octal 332 345 137 5 0 73 12 101 110 100
Binary 11011010 11100101 1011111 101 0 111011 1010 1000001 1001000 1000000

Color Harmonies of #DAE55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE55F

Black with #DAE55F

Text Example


Text Example

White with #DAE55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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