Html Css Color HEX #DAD8A5 Mint Julep

📋 copy color: '#DAD8A5'

red 218 ◦ green 216 ◦ blue 165

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

Shades of Mint Julep #DAD8A5

Tints of Mint Julep #DAD8A5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.06%

 BLUE value IS 165 (64.84% from 255) = 27.55%

R = 36.39%
G = 36.06%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DAD8A5 (or 0xDAD8A5) is known color: Mint Julep. HEX triplet: DA, D8 and A5. RGB value is (218,216,165). Sum of RGB (Red+Green+Blue) = 218+216+165=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD8A5 is #25275A. Grayscale: #D2D2D2. Windows color (decimal): -2434907 or 10868954. OLE color: 10868954.

HSL color Cylindrical-coordinate representation of color #DAD8A5: hue angle of 57.74º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAD8A5 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 216 165 -
CMYK 0 0.01 0.24 0.15
HSL 57.74º 0.42% 0.75% -
HSV(B) 57.74º 0.24% 0.85% -
XYZ 60.26 66.73 45.3 -
YUV 210.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 218 216 165 0 0.01 0.24 0.15 57.74 0.42 0.75
Hex DA D8 A5 0 1 18 F 3A 2A 4B
Octal 332 330 245 0 1 30 17 72 52 113
Binary 11011010 11011000 10100101 0 1 11000 1111 111010 101010 1001011

Color Harmonies of #DAD8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD8A5

Black with #DAD8A5

Text Example


Text Example

White with #DAD8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD8A5; }

 p { color: rgb(218,216,165); }

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

background-color css

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

 a { background-color: rgb(218,216,165); }

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

border-color css

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

 span { border-color: rgb(218,216,165); }

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