Html Css Color HEX #DAD3A6 Mint Julep

📋 copy color: '#DAD3A6'

red 218 ◦ green 211 ◦ blue 166

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

Shades of Mint Julep #DAD3A6

Tints of Mint Julep #DAD3A6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.46%

 BLUE value IS 166 (65.23% from 255) = 27.9%

R = 36.64%
G = 35.46%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DAD3A6 (or 0xDAD3A6) is known color: Mint Julep. HEX triplet: DA, D3 and A6. RGB value is (218,211,166). Sum of RGB (Red+Green+Blue) = 218+211+166=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD3A6 is #252C59. Grayscale: #D0D0D0. Windows color (decimal): -2436186 or 10933210. OLE color: 10933210.

HSL color Cylindrical-coordinate representation of color #DAD3A6: hue angle of 51.92º degrees, saturation: 0.41, 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 #DAD3A6 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 166 -
CMYK 0 0.03 0.24 0.15
HSL 51.92º 0.41% 0.75% -
HSV(B) 51.92º 0.24% 0.85% -
XYZ 59.09 64.25 45.36 -
YUV 207.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 218 211 166 0 0.03 0.24 0.15 51.92 0.41 0.75
Hex DA D3 A6 0 3 18 F 34 29 4B
Octal 332 323 246 0 3 30 17 64 51 113
Binary 11011010 11010011 10100110 0 11 11000 1111 110100 101001 1001011

Color Harmonies of #DAD3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD3A6

Black with #DAD3A6

Text Example


Text Example

White with #DAD3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD3A6; }

 p { color: rgb(218,211,166); }

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

background-color css

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

 a { background-color: rgb(218,211,166); }

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

border-color css

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

 span { border-color: rgb(218,211,166); }

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