Html Css Color HEX #DAED7C Mindaro

📋 copy color: '#DAED7C'

red 218 ◦ green 237 ◦ blue 124

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

Shades of Mindaro #DAED7C

Tints of Mindaro #DAED7C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.93%

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 37.65%
G = 40.93%
B = 21.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#DAED7C (or 0xDAED7C) is known color: Mindaro. HEX triplet: DA, ED and 7C. RGB value is (218,237,124). Sum of RGB (Red+Green+Blue) = 218+237+124=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED7C is #251283. Grayscale: #DADADA. Windows color (decimal): -2429572 or 8187354. OLE color: 8187354.

HSL color Cylindrical-coordinate representation of color #DAED7C: hue angle of 70.09º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAED7C is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 124 -
CMYK 0.08 0 0.48 0.07
HSL 70.09º 0.76% 0.71% -
HSV(B) 70.09º 0.48% 0.93% -
XYZ 62.84 76.93 30.61 -
YUV 218.44 74.71 127.69 -
System Red Green Blue C M Y K H S L
Decimal 218 237 124 0.08 0 0.48 0.07 70.09 0.76 0.71
Hex DA ED 7C 8 0 30 7 46 4C 47
Octal 332 355 174 10 0 60 7 106 114 107
Binary 11011010 11101101 1111100 1000 0 110000 111 1000110 1001100 1000111

Color Harmonies of #DAED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED7C

Black with #DAED7C

Text Example


Text Example

White with #DAED7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED7C; }

 p { color: rgb(218,237,124); }

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

background-color css

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

 a { background-color: rgb(218,237,124); }

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

border-color css

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

 span { border-color: rgb(218,237,124); }

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