Html Css Color HEX #DAE76D Mindaro

📋 copy color: '#DAE76D'

red 218 ◦ green 231 ◦ blue 109

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

Shades of Mindaro #DAE76D

Tints of Mindaro #DAE76D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.4%

 BLUE value IS 109 (42.97% from 255) = 19.53%

R = 39.07%
G = 41.4%
B = 19.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#DAE76D (or 0xDAE76D) is known color: Mindaro. HEX triplet: DA, E7 and 6D. RGB value is (218,231,109). Sum of RGB (Red+Green+Blue) = 218+231+109=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE76D is #251892. Grayscale: #D5D5D5. Windows color (decimal): -2431123 or 7202778. OLE color: 7202778.

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

Color convert

RGB 218 231 109 -
CMYK 0.06 0 0.53 0.09
HSL 66.39º 0.72% 0.67% -
HSV(B) 66.39º 0.53% 0.91% -
XYZ 60.25 73.16 25.41 -
YUV 213.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 218 231 109 0.06 0 0.53 0.09 66.39 0.72 0.67
Hex DA E7 6D 6 0 35 9 42 48 43
Octal 332 347 155 6 0 65 11 102 110 103
Binary 11011010 11100111 1101101 110 0 110101 1001 1000010 1001000 1000011

Color Harmonies of #DAE76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE76D

Black with #DAE76D

Text Example


Text Example

White with #DAE76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE76D; }

 p { color: rgb(218,231,109); }

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

background-color css

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

 a { background-color: rgb(218,231,109); }

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

border-color css

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

 span { border-color: rgb(218,231,109); }

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