Html Css Color HEX #DAE260 Mindaro

📋 copy color: '#DAE260'

red 218 ◦ green 226 ◦ blue 96

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

Shades of Mindaro #DAE260

Tints of Mindaro #DAE260

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.85%

 BLUE value IS 96 (37.89% from 255) = 17.78%

R = 40.37%
G = 41.85%
B = 17.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#DAE260 (or 0xDAE260) is known color: Mindaro. HEX triplet: DA, E2 and 60. RGB value is (218,226,96). Sum of RGB (Red+Green+Blue) = 218+226+96=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE260 is #251D9F. Grayscale: #D1D1D1. Windows color (decimal): -2432416 or 6349530. OLE color: 6349530.

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

Color convert

RGB 218 226 96 -
CMYK 0.04 0 0.58 0.11
HSL 63.69º 0.69% 0.63% -
HSV(B) 63.69º 0.58% 0.89% -
XYZ 58.22 70.14 21.54 -
YUV 208.79 64.35 134.57 -
System Red Green Blue C M Y K H S L
Decimal 218 226 96 0.04 0 0.58 0.11 63.69 0.69 0.63
Hex DA E2 60 4 0 3A B 40 45 3F
Octal 332 342 140 4 0 72 13 100 105 77
Binary 11011010 11100010 1100000 100 0 111010 1011 1000000 1000101 111111

Color Harmonies of #DAE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE260

Black with #DAE260

Text Example


Text Example

White with #DAE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE260; }

 p { color: rgb(218,226,96); }

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

background-color css

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

 a { background-color: rgb(218,226,96); }

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

border-color css

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

 span { border-color: rgb(218,226,96); }

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