Html Css Color HEX #DAD9A1 Mint Julep

📋 copy color: '#DAD9A1'

red 218 ◦ green 217 ◦ blue 161

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

Shades of Mint Julep #DAD9A1

Tints of Mint Julep #DAD9A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.01%

R = 36.58%
G = 36.41%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DAD9A1 (or 0xDAD9A1) is known color: Mint Julep. HEX triplet: DA, D9 and A1. RGB value is (218,217,161). Sum of RGB (Red+Green+Blue) = 218+217+161=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD9A1 is #25265E. Grayscale: #D3D3D3. Windows color (decimal): -2434655 or 10607066. OLE color: 10607066.

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

Color convert

RGB 218 217 161 -
CMYK 0 0.00 0.26 0.15
HSL 58.95º 0.44% 0.74% -
HSV(B) 58.95º 0.26% 0.85% -
XYZ 60.16 67.1 43.5 -
YUV 210.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 218 217 161 0 0.00 0.26 0.15 58.95 0.44 0.74
Hex DA D9 A1 0 0 1A F 3B 2C 4A
Octal 332 331 241 0 0 32 17 73 54 112
Binary 11011010 11011001 10100001 0 0 11010 1111 111011 101100 1001010

Color Harmonies of #DAD9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD9A1

Black with #DAD9A1

Text Example


Text Example

White with #DAD9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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