Html Css Color HEX #DAD6A3 Mint Julep

📋 copy color: '#DAD6A3'

red 218 ◦ green 214 ◦ blue 163

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

Shades of Mint Julep #DAD6A3

Tints of Mint Julep #DAD6A3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.97%

 BLUE value IS 163 (64.06% from 255) = 27.39%

R = 36.64%
G = 35.97%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DAD6A3 (or 0xDAD6A3) is known color: Mint Julep. HEX triplet: DA, D6 and A3. RGB value is (218,214,163). Sum of RGB (Red+Green+Blue) = 218+214+163=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD6A3 is #25295C. Grayscale: #D1D1D1. Windows color (decimal): -2435421 or 10737370. OLE color: 10737370.

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

Color convert

RGB 218 214 163 -
CMYK 0 0.02 0.25 0.15
HSL 55.64º 0.43% 0.75% -
HSV(B) 55.64º 0.25% 0.85% -
XYZ 59.57 65.64 44.18 -
YUV 209.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 218 214 163 0 0.02 0.25 0.15 55.64 0.43 0.75
Hex DA D6 A3 0 2 19 F 38 2B 4B
Octal 332 326 243 0 2 31 17 70 53 113
Binary 11011010 11010110 10100011 0 10 11001 1111 111000 101011 1001011

Color Harmonies of #DAD6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD6A3

Black with #DAD6A3

Text Example


Text Example

White with #DAD6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD6A3; }

 p { color: rgb(218,214,163); }

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

background-color css

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

 a { background-color: rgb(218,214,163); }

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

border-color css

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

 span { border-color: rgb(218,214,163); }

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