Html Css Color HEX #DAE46A Mindaro

📋 copy color: '#DAE46A'

red 218 ◦ green 228 ◦ blue 106

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

Shades of Mindaro #DAE46A

Tints of Mindaro #DAE46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.2%

R = 39.49%
G = 41.3%
B = 19.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#DAE46A (or 0xDAE46A) is known color: Mindaro. HEX triplet: DA, E4 and 6A. RGB value is (218,228,106). Sum of RGB (Red+Green+Blue) = 218+228+106=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE46A is #251B95. Grayscale: #D3D3D3. Windows color (decimal): -2431894 or 7005402. OLE color: 7005402.

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

Color convert

RGB 218 228 106 -
CMYK 0.04 0 0.54 0.11
HSL 64.92º 0.69% 0.65% -
HSV(B) 64.92º 0.54% 0.89% -
XYZ 59.26 71.43 24.3 -
YUV 211.1 68.69 132.92 -
System Red Green Blue C M Y K H S L
Decimal 218 228 106 0.04 0 0.54 0.11 64.92 0.69 0.65
Hex DA E4 6A 4 0 36 B 41 45 41
Octal 332 344 152 4 0 66 13 101 105 101
Binary 11011010 11100100 1101010 100 0 110110 1011 1000001 1000101 1000001

Color Harmonies of #DAE46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE46A

Black with #DAE46A

Text Example


Text Example

White with #DAE46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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