Html Css Color HEX #DAE65E Mindaro

📋 copy color: '#DAE65E'

red 218 ◦ green 230 ◦ blue 94

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

Shades of Mindaro #DAE65E

Tints of Mindaro #DAE65E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.44%

 BLUE value IS 94 (37.11% from 255) = 17.34%

R = 40.22%
G = 42.44%
B = 17.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#DAE65E (or 0xDAE65E) is known color: Mindaro. HEX triplet: DA, E6 and 5E. RGB value is (218,230,94). Sum of RGB (Red+Green+Blue) = 218+230+94=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE65E is #2519A1. Grayscale: #D3D3D3. Windows color (decimal): -2431394 or 6219482. OLE color: 6219482.

HSL color Cylindrical-coordinate representation of color #DAE65E: hue angle of 65.29º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAE65E is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 94 -
CMYK 0.05 0 0.59 0.10
HSL 65.29º 0.73% 0.64% -
HSV(B) 65.29º 0.59% 0.9% -
XYZ 59.23 72.31 21.42 -
YUV 210.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 218 230 94 0.05 0 0.59 0.10 65.29 0.73 0.64
Hex DA E6 5E 5 0 3B A 41 49 40
Octal 332 346 136 5 0 73 12 101 111 100
Binary 11011010 11100110 1011110 101 0 111011 1010 1000001 1001001 1000000

Color Harmonies of #DAE65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE65E

Black with #DAE65E

Text Example


Text Example

White with #DAE65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE65E; }

 p { color: rgb(218,230,94); }

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

background-color css

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

 a { background-color: rgb(218,230,94); }

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

border-color css

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

 span { border-color: rgb(218,230,94); }

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