Html Css Color HEX #DAE466 Mindaro

📋 copy color: '#DAE466'

red 218 ◦ green 228 ◦ blue 102

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

Shades of Mindaro #DAE466

Tints of Mindaro #DAE466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.61%

R = 39.78%
G = 41.61%
B = 18.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#DAE466 (or 0xDAE466) is known color: Mindaro. HEX triplet: DA, E4 and 66. RGB value is (218,228,102). Sum of RGB (Red+Green+Blue) = 218+228+102=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE466 is #251B99. Grayscale: #D3D3D3. Windows color (decimal): -2431898 or 6743258. OLE color: 6743258.

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

Color convert

RGB 218 228 102 -
CMYK 0.04 0 0.55 0.11
HSL 64.76º 0.7% 0.65% -
HSV(B) 64.76º 0.55% 0.89% -
XYZ 59.06 71.35 23.23 -
YUV 210.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 218 228 102 0.04 0 0.55 0.11 64.76 0.7 0.65
Hex DA E4 66 4 0 37 B 41 46 41
Octal 332 344 146 4 0 67 13 101 106 101
Binary 11011010 11100100 1100110 100 0 110111 1011 1000001 1000110 1000001

Color Harmonies of #DAE466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE466

Black with #DAE466

Text Example


Text Example

White with #DAE466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE466; }

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

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

background-color css

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

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

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

border-color css

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

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

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