#DAD9A1

Color #DAD9A1 Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #DAD9A1

Tints of Mint Julep #DAD9A1

Color information

#DAD9A1 (or 0xDAD9A1) is unknown color: approx 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

RGB218217161-
CMYK00.000.260.15
HSL58.95º43.51%74.31%-
HSV(B)58.95º26.15%85.49%-
XYZ60.1667.143.5-
YUV210.9199.83133.05-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821716100.000.260.1558.9543.5174.31
HexDAD9A1001AF3b2c4a
Octal3323312410032177354112
Binary110110101101100110100001001101011111110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>