Html Css Color HEX #DAE561 Mindaro

📋 copy color: '#DAE561'

red 218 ◦ green 229 ◦ blue 97

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

Shades of Mindaro #DAE561

Tints of Mindaro #DAE561

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.1%

 BLUE value IS 97 (38.28% from 255) = 17.83%

R = 40.07%
G = 42.1%
B = 17.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#DAE561 (or 0xDAE561) is known color: Mindaro. HEX triplet: DA, E5 and 61. RGB value is (218,229,97). Sum of RGB (Red+Green+Blue) = 218+229+97=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE561 is #251A9E. Grayscale: #D3D3D3. Windows color (decimal): -2431647 or 6415834. OLE color: 6415834.

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

Color convert

RGB 218 229 97 -
CMYK 0.05 0 0.58 0.10
HSL 65º 0.72% 0.64% -
HSV(B) 65º 0.58% 0.9% -
XYZ 59.09 71.81 22.06 -
YUV 210.66 63.86 133.23 -
System Red Green Blue C M Y K H S L
Decimal 218 229 97 0.05 0 0.58 0.10 65 0.72 0.64
Hex DA E5 61 5 0 3A A 41 48 40
Octal 332 345 141 5 0 72 12 101 110 100
Binary 11011010 11100101 1100001 101 0 111010 1010 1000001 1001000 1000000

Color Harmonies of #DAE561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE561

Black with #DAE561

Text Example


Text Example

White with #DAE561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE561; }

 p { color: rgb(218,229,97); }

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

background-color css

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

 a { background-color: rgb(218,229,97); }

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

border-color css

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

 span { border-color: rgb(218,229,97); }

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