Html Css Color HEX #DAEA6D Mindaro

📋 copy color: '#DAEA6D'

red 218 ◦ green 234 ◦ blue 109

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

Shades of Mindaro #DAEA6D

Tints of Mindaro #DAEA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.43%

R = 38.86%
G = 41.71%
B = 19.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#DAEA6D (or 0xDAEA6D) is known color: Mindaro. HEX triplet: DA, EA and 6D. RGB value is (218,234,109). Sum of RGB (Red+Green+Blue) = 218+234+109=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA6D is #251592. Grayscale: #D7D7D7. Windows color (decimal): -2430355 or 7203546. OLE color: 7203546.

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

Color convert

RGB 218 234 109 -
CMYK 0.07 0 0.53 0.08
HSL 67.68º 0.75% 0.67% -
HSV(B) 67.68º 0.53% 0.92% -
XYZ 61.1 74.86 25.7 -
YUV 214.97 68.2 130.16 -
System Red Green Blue C M Y K H S L
Decimal 218 234 109 0.07 0 0.53 0.08 67.68 0.75 0.67
Hex DA EA 6D 7 0 35 8 44 4B 43
Octal 332 352 155 7 0 65 10 104 113 103
Binary 11011010 11101010 1101101 111 0 110101 1000 1000100 1001011 1000011

Color Harmonies of #DAEA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA6D

Black with #DAEA6D

Text Example


Text Example

White with #DAEA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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