Html Css Color HEX #DAE47A Mindaro

📋 copy color: '#DAE47A'

red 218 ◦ green 228 ◦ blue 122

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

Shades of Mindaro #DAE47A

Tints of Mindaro #DAE47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 38.38%
G = 40.14%
B = 21.48%

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

#DAE47A (or 0xDAE47A) is known color: Mindaro. HEX triplet: DA, E4 and 7A. RGB value is (218,228,122). Sum of RGB (Red+Green+Blue) = 218+228+122=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE47A is #251B85. Grayscale: #D5D5D5. Windows color (decimal): -2431878 or 8053978. OLE color: 8053978.

HSL color Cylindrical-coordinate representation of color #DAE47A: hue angle of 65.66º 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 #DAE47A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 122 -
CMYK 0.04 0 0.46 0.11
HSL 65.66º 0.66% 0.69% -
HSV(B) 65.66º 0.46% 0.89% -
XYZ 60.17 71.8 29.1 -
YUV 212.93 76.69 131.62 -
System Red Green Blue C M Y K H S L
Decimal 218 228 122 0.04 0 0.46 0.11 65.66 0.66 0.69
Hex DA E4 7A 4 0 2E B 42 42 45
Octal 332 344 172 4 0 56 13 102 102 105
Binary 11011010 11100100 1111010 100 0 101110 1011 1000010 1000010 1000101

Color Harmonies of #DAE47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE47A

Black with #DAE47A

Text Example


Text Example

White with #DAE47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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