Html Css Color HEX #DAEA72 Mindaro

📋 copy color: '#DAEA72'

red 218 ◦ green 234 ◦ blue 114

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

Shades of Mindaro #DAEA72

Tints of Mindaro #DAEA72

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.34%

 BLUE value IS 114 (44.92% from 255) = 20.14%

R = 38.52%
G = 41.34%
B = 20.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#DAEA72 (or 0xDAEA72) is known color: Mindaro. HEX triplet: DA, EA and 72. RGB value is (218,234,114). Sum of RGB (Red+Green+Blue) = 218+234+114=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA72 is #25158D. Grayscale: #D7D7D7. Windows color (decimal): -2430350 or 7531226. OLE color: 7531226.

HSL color Cylindrical-coordinate representation of color #DAEA72: hue angle of 68º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAEA72 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 114 -
CMYK 0.07 0 0.51 0.08
HSL 68º 0.74% 0.68% -
HSV(B) 68º 0.51% 0.92% -
XYZ 61.37 74.97 27.15 -
YUV 215.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 218 234 114 0.07 0 0.51 0.08 68 0.74 0.68
Hex DA EA 72 7 0 33 8 44 4A 44
Octal 332 352 162 7 0 63 10 104 112 104
Binary 11011010 11101010 1110010 111 0 110011 1000 1000100 1001010 1000100

Color Harmonies of #DAEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA72

Black with #DAEA72

Text Example


Text Example

White with #DAEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA72; }

 p { color: rgb(218,234,114); }

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

background-color css

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

 a { background-color: rgb(218,234,114); }

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

border-color css

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

 span { border-color: rgb(218,234,114); }

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