Html Css Color HEX #DAE677 Mindaro

📋 copy color: '#DAE677'

red 218 ◦ green 230 ◦ blue 119

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

Shades of Mindaro #DAE677

Tints of Mindaro #DAE677

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.56%

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

R = 38.45%
G = 40.56%
B = 20.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#DAE677 (or 0xDAE677) is known color: Mindaro. HEX triplet: DA, E6 and 77. RGB value is (218,230,119). Sum of RGB (Red+Green+Blue) = 218+230+119=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE677 is #251988. Grayscale: #D6D6D6. Windows color (decimal): -2431369 or 7857882. OLE color: 7857882.

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

Color convert

RGB 218 230 119 -
CMYK 0.05 0 0.48 0.10
HSL 66.49º 0.69% 0.68% -
HSV(B) 66.49º 0.48% 0.9% -
XYZ 60.54 72.83 28.32 -
YUV 213.76 74.52 131.03 -
System Red Green Blue C M Y K H S L
Decimal 218 230 119 0.05 0 0.48 0.10 66.49 0.69 0.68
Hex DA E6 77 5 0 30 A 42 45 44
Octal 332 346 167 5 0 60 12 102 105 104
Binary 11011010 11100110 1110111 101 0 110000 1010 1000010 1000101 1000100

Color Harmonies of #DAE677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE677

Black with #DAE677

Text Example


Text Example

White with #DAE677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE677; }

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

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

background-color css

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

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

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

border-color css

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

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

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