Html Css Color HEX #DAD9A3 Mint Julep

📋 copy color: '#DAD9A3'

red 218 ◦ green 217 ◦ blue 163

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

Shades of Mint Julep #DAD9A3

Tints of Mint Julep #DAD9A3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.29%

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

R = 36.45%
G = 36.29%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DAD9A3 (or 0xDAD9A3) is known color: Mint Julep. HEX triplet: DA, D9 and A3. RGB value is (218,217,163). Sum of RGB (Red+Green+Blue) = 218+217+163=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 163 (64.06% from 255 or 27.26% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD9A3 is #25265C. Grayscale: #D3D3D3. Windows color (decimal): -2434653 or 10738138. OLE color: 10738138.

HSL color Cylindrical-coordinate representation of color #DAD9A3: hue angle of 58.91º 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 #DAD9A3 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 163 -
CMYK 0 0.00 0.25 0.15
HSL 58.91º 0.43% 0.75% -
HSV(B) 58.91º 0.25% 0.85% -
XYZ 60.34 67.18 44.44 -
YUV 211.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 218 217 163 0 0.00 0.25 0.15 58.91 0.43 0.75
Hex DA D9 A3 0 0 19 F 3B 2B 4B
Octal 332 331 243 0 0 31 17 73 53 113
Binary 11011010 11011001 10100011 0 0 11001 1111 111011 101011 1001011

Color Harmonies of #DAD9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD9A3

Black with #DAD9A3

Text Example


Text Example

White with #DAD9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD9A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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