Html Css Color HEX #DAE76F Mindaro

📋 copy color: '#DAE76F'

red 218 ◦ green 231 ◦ blue 111

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

Shades of Mindaro #DAE76F

Tints of Mindaro #DAE76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.82%

R = 38.93%
G = 41.25%
B = 19.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DAE76F (or 0xDAE76F) is known color: Mindaro. HEX triplet: DA, E7 and 6F. RGB value is (218,231,111). Sum of RGB (Red+Green+Blue) = 218+231+111=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE76F is #251890. Grayscale: #D5D5D5. Windows color (decimal): -2431121 or 7333850. OLE color: 7333850.

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

Color convert

RGB 218 231 111 -
CMYK 0.06 0 0.52 0.09
HSL 66.5º 0.71% 0.67% -
HSV(B) 66.5º 0.52% 0.91% -
XYZ 60.36 73.2 25.99 -
YUV 213.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 218 231 111 0.06 0 0.52 0.09 66.5 0.71 0.67
Hex DA E7 6F 6 0 34 9 42 47 43
Octal 332 347 157 6 0 64 11 102 107 103
Binary 11011010 11100111 1101111 110 0 110100 1001 1000010 1000111 1000011

Color Harmonies of #DAE76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE76F

Black with #DAE76F

Text Example


Text Example

White with #DAE76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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