Html Css Color HEX #DAE977 Mindaro

📋 copy color: '#DAE977'

red 218 ◦ green 233 ◦ blue 119

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

Shades of Mindaro #DAE977

Tints of Mindaro #DAE977

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.88%

 BLUE value IS 119 (46.88% from 255) = 20.88%

R = 38.25%
G = 40.88%
B = 20.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#DAE977 (or 0xDAE977) is known color: Mindaro. HEX triplet: DA, E9 and 77. RGB value is (218,233,119). Sum of RGB (Red+Green+Blue) = 218+233+119=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE977 is #251688. Grayscale: #D7D7D7. Windows color (decimal): -2430601 or 7858650. OLE color: 7858650.

HSL color Cylindrical-coordinate representation of color #DAE977: hue angle of 67.89º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAE977 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 119 -
CMYK 0.06 0 0.49 0.09
HSL 67.89º 0.72% 0.69% -
HSV(B) 67.89º 0.49% 0.91% -
XYZ 61.38 74.52 28.6 -
YUV 215.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 218 233 119 0.06 0 0.49 0.09 67.89 0.72 0.69
Hex DA E9 77 6 0 31 9 44 48 45
Octal 332 351 167 6 0 61 11 104 110 105
Binary 11011010 11101001 1110111 110 0 110001 1001 1000100 1001000 1000101

Color Harmonies of #DAE977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE977

Black with #DAE977

Text Example


Text Example

White with #DAE977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE977; }

 p { color: rgb(218,233,119); }

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

background-color css

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

 a { background-color: rgb(218,233,119); }

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

border-color css

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

 span { border-color: rgb(218,233,119); }

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