Html Css Color HEX #DAED72 Mindaro

📋 copy color: '#DAED72'

red 218 ◦ green 237 ◦ blue 114

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

Shades of Mindaro #DAED72

Tints of Mindaro #DAED72

RGB

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

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

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

R = 38.31%
G = 41.65%
B = 20.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#DAED72 (or 0xDAED72) is known color: Mindaro. HEX triplet: DA, ED and 72. RGB value is (218,237,114). Sum of RGB (Red+Green+Blue) = 218+237+114=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED72 is #25128D. Grayscale: #D9D9D9. Windows color (decimal): -2429582 or 7531994. OLE color: 7531994.

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

Color convert

RGB 218 237 114 -
CMYK 0.08 0 0.52 0.07
HSL 69.27º 0.77% 0.69% -
HSV(B) 69.27º 0.52% 0.93% -
XYZ 62.23 76.69 27.44 -
YUV 217.3 69.71 128.5 -
System Red Green Blue C M Y K H S L
Decimal 218 237 114 0.08 0 0.52 0.07 69.27 0.77 0.69
Hex DA ED 72 8 0 34 7 45 4D 45
Octal 332 355 162 10 0 64 7 105 115 105
Binary 11011010 11101101 1110010 1000 0 110100 111 1000101 1001101 1000101

Color Harmonies of #DAED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED72

Black with #DAED72

Text Example


Text Example

White with #DAED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED72; }

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

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

background-color css

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

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

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

border-color css

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

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

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