Html Css Color HEX #DAE96F Mindaro

📋 copy color: '#DAE96F'

red 218 ◦ green 233 ◦ blue 111

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

Shades of Mindaro #DAE96F

Tints of Mindaro #DAE96F

RGB

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

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

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

R = 38.79%
G = 41.46%
B = 19.75%

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

#DAE96F (or 0xDAE96F) is known color: Mindaro. HEX triplet: DA, E9 and 6F. RGB value is (218,233,111). Sum of RGB (Red+Green+Blue) = 218+233+111=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE96F is #251690. Grayscale: #D7D7D7. Windows color (decimal): -2430609 or 7334362. OLE color: 7334362.

HSL color Cylindrical-coordinate representation of color #DAE96F: hue angle of 67.38º degrees, saturation: 0.73, 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 #DAE96F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 111 -
CMYK 0.06 0 0.52 0.09
HSL 67.38º 0.73% 0.67% -
HSV(B) 67.38º 0.52% 0.91% -
XYZ 60.92 74.33 26.18 -
YUV 214.61 69.53 130.42 -
System Red Green Blue C M Y K H S L
Decimal 218 233 111 0.06 0 0.52 0.09 67.38 0.73 0.67
Hex DA E9 6F 6 0 34 9 43 49 43
Octal 332 351 157 6 0 64 11 103 111 103
Binary 11011010 11101001 1101111 110 0 110100 1001 1000011 1001001 1000011

Color Harmonies of #DAE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE96F

Black with #DAE96F

Text Example


Text Example

White with #DAE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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