Html Css Color HEX #DAE679 Mindaro

📋 copy color: '#DAE679'

red 218 ◦ green 230 ◦ blue 121

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

Shades of Mindaro #DAE679

Tints of Mindaro #DAE679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.27%

R = 38.31%
G = 40.42%
B = 21.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#DAE679 (or 0xDAE679) is known color: Mindaro. HEX triplet: DA, E6 and 79. RGB value is (218,230,121). Sum of RGB (Red+Green+Blue) = 218+230+121=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 121 (47.66% from 255 or 21.27% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE679 is #251986. Grayscale: #D6D6D6. Windows color (decimal): -2431367 or 7988954. OLE color: 7988954.

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

Color convert

RGB 218 230 121 -
CMYK 0.05 0 0.47 0.10
HSL 66.61º 0.69% 0.69% -
HSV(B) 66.61º 0.47% 0.9% -
XYZ 60.66 72.88 28.96 -
YUV 213.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 218 230 121 0.05 0 0.47 0.10 66.61 0.69 0.69
Hex DA E6 79 5 0 2F A 43 45 45
Octal 332 346 171 5 0 57 12 103 105 105
Binary 11011010 11100110 1111001 101 0 101111 1010 1000011 1000101 1000101

Color Harmonies of #DAE679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE679

Black with #DAE679

Text Example


Text Example

White with #DAE679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE679; }

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

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

background-color css

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

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

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

border-color css

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

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

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