#DAD9A2

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

Shades of Mint Julep #DAD9A2

Tints of Mint Julep #DAD9A2

Color information

#DAD9A2 (or 0xDAD9A2) is unknown color: approx Mint Julep. HEX triplet: DA, D9 and A2. RGB value is (218,217,162). Sum of RGB (Red+Green+Blue) = 218+217+162=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD9A2 is #25265D. Grayscale: #D3D3D3. Windows color (decimal): -2434654 or 10672602. OLE color: 10672602.

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

Color convert

RGB218217162-
CMYK00.000.260.15
HSL58.93º43.08%74.51%-
HSV(B)58.93º25.69%85.49%-
XYZ60.2567.1443.97-
YUV211.03100.33132.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 162 (63.67% from 255) = 27.14%
R=36.52%
G=36.35%
B=27.14%

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
Decimal21821716200.000.260.1558.9343.0874.51
HexDAD9A2001AF3b2b4b
Octal3323312420032177353113
Binary110110101101100110100010001101011111110111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9A2; }

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

 H1.HeaderClassName
 {
   color: #DAD9A2;
 }
 .AnyTagClassName
 {
   color: #DAD9A2;
 }
</style>
background-color css

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

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

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

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

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

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