#DAD7AA

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

Shades of Mint Julep #DAD7AA

Tints of Mint Julep #DAD7AA

Color information

#DAD7AA (or 0xDAD7AA) is unknown color: approx Mint Julep. HEX triplet: DA, D7 and AA. RGB value is (218,215,170). Sum of RGB (Red+Green+Blue) = 218+215+170=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD7AA is #252855. Grayscale: #D2D2D2. Windows color (decimal): -2435158 or 11196378. OLE color: 11196378.

HSL color Cylindrical-coordinate representation of color #DAD7AA: hue angle of 56.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAD7AA is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218215170-
CMYK00.010.220.15
HSL56.25º39.34%76.08%-
HSV(B)56.25º22.02%85.49%-
XYZ60.4766.4147.66-
YUV210.77104.99133.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=36.15%
G=35.66%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821517000.010.220.1556.2539.3476.08
HexDAD7AA0116F38274c
Octal3323272520126177047114
Binary110110101101011110101010011011011111110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7AA; }

 p { color: rgb(218,215,170); }

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

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

 a { background-color: rgb(218,215,170); }

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

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

 span { border-color: rgb(218,215,170); }

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