Html Css Color HEX #DAD59E Mint Julep

📋 copy color: '#DAD59E'

red 218 ◦ green 213 ◦ blue 158

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

Shades of Mint Julep #DAD59E

Tints of Mint Julep #DAD59E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.16%

 BLUE value IS 158 (62.11% from 255) = 26.83%

R = 37.01%
G = 36.16%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAD59E (or 0xDAD59E) is known color: Mint Julep. HEX triplet: DA, D5 and 9E. RGB value is (218,213,158). Sum of RGB (Red+Green+Blue) = 218+213+158=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD59E is #252A61. Grayscale: #D0D0D0. Windows color (decimal): -2435682 or 10409434. OLE color: 10409434.

HSL color Cylindrical-coordinate representation of color #DAD59E: hue angle of 55º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAD59E is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 158 -
CMYK 0 0.02 0.28 0.15
HSL 55º 0.45% 0.74% -
HSV(B) 55º 0.28% 0.85% -
XYZ 58.88 64.96 41.78 -
YUV 208.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 218 213 158 0 0.02 0.28 0.15 55 0.45 0.74
Hex DA D5 9E 0 2 1C F 37 2D 4A
Octal 332 325 236 0 2 34 17 67 55 112
Binary 11011010 11010101 10011110 0 10 11100 1111 110111 101101 1001010

Color Harmonies of #DAD59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD59E

Black with #DAD59E

Text Example


Text Example

White with #DAD59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD59E; }

 p { color: rgb(218,213,158); }

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

background-color css

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

 a { background-color: rgb(218,213,158); }

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

border-color css

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

 span { border-color: rgb(218,213,158); }

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