Html Css Color HEX #DAE47C Mindaro

📋 copy color: '#DAE47C'

red 218 ◦ green 228 ◦ blue 124

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

Shades of Mindaro #DAE47C

Tints of Mindaro #DAE47C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40%

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

R = 38.25%
G = 40%
B = 21.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#DAE47C (or 0xDAE47C) is known color: Mindaro. HEX triplet: DA, E4 and 7C. RGB value is (218,228,124). Sum of RGB (Red+Green+Blue) = 218+228+124=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE47C is #251B83. Grayscale: #D5D5D5. Windows color (decimal): -2431876 or 8185050. OLE color: 8185050.

HSL color Cylindrical-coordinate representation of color #DAE47C: hue angle of 65.77º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAE47C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 124 -
CMYK 0.04 0 0.46 0.11
HSL 65.77º 0.66% 0.69% -
HSV(B) 65.77º 0.46% 0.89% -
XYZ 60.29 71.85 29.76 -
YUV 213.15 77.69 131.46 -
System Red Green Blue C M Y K H S L
Decimal 218 228 124 0.04 0 0.46 0.11 65.77 0.66 0.69
Hex DA E4 7C 4 0 2E B 42 42 45
Octal 332 344 174 4 0 56 13 102 102 105
Binary 11011010 11100100 1111100 100 0 101110 1011 1000010 1000010 1000101

Color Harmonies of #DAE47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE47C

Black with #DAE47C

Text Example


Text Example

White with #DAE47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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