Html Css Color HEX #DAE562 Mindaro

📋 copy color: '#DAE562'

red 218 ◦ green 229 ◦ blue 98

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

Shades of Mindaro #DAE562

Tints of Mindaro #DAE562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.98%

R = 40%
G = 42.02%
B = 17.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#DAE562 (or 0xDAE562) is known color: Mindaro. HEX triplet: DA, E5 and 62. RGB value is (218,229,98). Sum of RGB (Red+Green+Blue) = 218+229+98=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE562 is #251A9D. Grayscale: #D3D3D3. Windows color (decimal): -2431646 or 6481370. OLE color: 6481370.

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

Color convert

RGB 218 229 98 -
CMYK 0.05 0 0.57 0.10
HSL 65.04º 0.72% 0.64% -
HSV(B) 65.04º 0.57% 0.9% -
XYZ 59.14 71.83 22.3 -
YUV 210.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 218 229 98 0.05 0 0.57 0.10 65.04 0.72 0.64
Hex DA E5 62 5 0 39 A 41 48 40
Octal 332 345 142 5 0 71 12 101 110 100
Binary 11011010 11100101 1100010 101 0 111001 1010 1000001 1001000 1000000

Color Harmonies of #DAE562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE562

Black with #DAE562

Text Example


Text Example

White with #DAE562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE562; }

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

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

background-color css

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

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

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

border-color css

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

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

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