#DAD5AA

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

Shades of Mint Julep #DAD5AA

Tints of Mint Julep #DAD5AA

Color information

#DAD5AA (or 0xDAD5AA) is unknown color: approx Mint Julep. HEX triplet: DA, D5 and AA. RGB value is (218,213,170). Sum of RGB (Red+Green+Blue) = 218+213+170=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD5AA is #252A55. Grayscale: #D1D1D1. Windows color (decimal): -2435670 or 11195866. OLE color: 11195866.

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

Color convert

RGB218213170-
CMYK00.020.220.15
HSL53.75º39.34%76.08%-
HSV(B)53.75º22.02%85.49%-
XYZ59.9665.447.49-
YUV209.59105.66134-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=36.27%
G=35.44%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821317000.020.220.1553.7539.3476.08
HexDAD5AA0216F36274c
Octal3323252520226176647114
Binary1101101011010101101010100101011011111101101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5AA; }

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

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

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

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

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

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

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

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