#DAD4A2

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

Shades of Mint Julep #DAD4A2

Tints of Mint Julep #DAD4A2

Color information

#DAD4A2 (or 0xDAD4A2) is unknown color: approx Mint Julep. HEX triplet: DA, D4 and A2. RGB value is (218,212,162). Sum of RGB (Red+Green+Blue) = 218+212+162=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD4A2 is #252B5D. Grayscale: #D0D0D0. Windows color (decimal): -2435934 or 10671322. OLE color: 10671322.

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

Color convert

RGB218212162-
CMYK00.030.260.15
HSL53.57º43.08%74.51%-
HSV(B)53.57º25.69%85.49%-
XYZ58.9864.643.54-
YUV208.09101.99135.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 162 (63.67% from 255) = 27.36%
R=36.82%
G=35.81%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821216200.030.260.1553.5743.0874.51
HexDAD4A2031AF362b4b
Octal3323242420332176653113
Binary1101101011010100101000100111101011111101101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4A2; }

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

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

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

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

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

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

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

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