Html Css Color HEX #DAE97C Mindaro

📋 copy color: '#DAE97C'

red 218 ◦ green 233 ◦ blue 124

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

Shades of Mindaro #DAE97C

Tints of Mindaro #DAE97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.57%

R = 37.91%
G = 40.52%
B = 21.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#DAE97C (or 0xDAE97C) is known color: Mindaro. HEX triplet: DA, E9 and 7C. RGB value is (218,233,124). Sum of RGB (Red+Green+Blue) = 218+233+124=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE97C is #251683. Grayscale: #D8D8D8. Windows color (decimal): -2430596 or 8186330. OLE color: 8186330.

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

Color convert

RGB 218 233 124 -
CMYK 0.06 0 0.47 0.09
HSL 68.26º 0.71% 0.7% -
HSV(B) 68.26º 0.47% 0.91% -
XYZ 61.69 74.64 30.22 -
YUV 216.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 218 233 124 0.06 0 0.47 0.09 68.26 0.71 0.7
Hex DA E9 7C 6 0 2F 9 44 47 46
Octal 332 351 174 6 0 57 11 104 107 106
Binary 11011010 11101001 1111100 110 0 101111 1001 1000100 1000111 1000110

Color Harmonies of #DAE97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE97C

Black with #DAE97C

Text Example


Text Example

White with #DAE97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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