Html Css Color HEX #DAE461 Mindaro

📋 copy color: '#DAE461'

red 218 ◦ green 228 ◦ blue 97

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

Shades of Mindaro #DAE461

Tints of Mindaro #DAE461

RGB

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

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

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

R = 40.15%
G = 41.99%
B = 17.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#DAE461 (or 0xDAE461) is known color: Mindaro. HEX triplet: DA, E4 and 61. RGB value is (218,228,97). Sum of RGB (Red+Green+Blue) = 218+228+97=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE461 is #251B9E. Grayscale: #D2D2D2. Windows color (decimal): -2431903 or 6415578. OLE color: 6415578.

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

Color convert

RGB 218 228 97 -
CMYK 0.04 0 0.57 0.11
HSL 64.58º 0.71% 0.64% -
HSV(B) 64.58º 0.57% 0.89% -
XYZ 58.81 71.26 21.96 -
YUV 210.08 64.19 133.65 -
System Red Green Blue C M Y K H S L
Decimal 218 228 97 0.04 0 0.57 0.11 64.58 0.71 0.64
Hex DA E4 61 4 0 39 B 41 47 40
Octal 332 344 141 4 0 71 13 101 107 100
Binary 11011010 11100100 1100001 100 0 111001 1011 1000001 1000111 1000000

Color Harmonies of #DAE461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE461

Black with #DAE461

Text Example


Text Example

White with #DAE461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE461; }

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

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

background-color css

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

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

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

border-color css

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

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

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