Html Css Color HEX #DAE36A Mindaro

📋 copy color: '#DAE36A'

red 218 ◦ green 227 ◦ blue 106

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

Shades of Mindaro #DAE36A

Tints of Mindaro #DAE36A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.2%

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

R = 39.56%
G = 41.2%
B = 19.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#DAE36A (or 0xDAE36A) is known color: Mindaro. HEX triplet: DA, E3 and 6A. RGB value is (218,227,106). Sum of RGB (Red+Green+Blue) = 218+227+106=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE36A is #251C95. Grayscale: #D2D2D2. Windows color (decimal): -2432150 or 7005146. OLE color: 7005146.

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

Color convert

RGB 218 227 106 -
CMYK 0.04 0 0.53 0.11
HSL 64.46º 0.68% 0.65% -
HSV(B) 64.46º 0.53% 0.89% -
XYZ 58.98 70.88 24.21 -
YUV 210.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 218 227 106 0.04 0 0.53 0.11 64.46 0.68 0.65
Hex DA E3 6A 4 0 35 B 40 44 41
Octal 332 343 152 4 0 65 13 100 104 101
Binary 11011010 11100011 1101010 100 0 110101 1011 1000000 1000100 1000001

Color Harmonies of #DAE36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE36A

Black with #DAE36A

Text Example


Text Example

White with #DAE36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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