#DAD7A3

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

Shades of Mint Julep #DAD7A3

Tints of Mint Julep #DAD7A3

Color information

#DAD7A3 (or 0xDAD7A3) is unknown color: approx Mint Julep. HEX triplet: DA, D7 and A3. RGB value is (218,215,163). Sum of RGB (Red+Green+Blue) = 218+215+163=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD7A3 is #25285C. Grayscale: #D2D2D2. Windows color (decimal): -2435165 or 10737626. OLE color: 10737626.

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

Color convert

RGB218215163-
CMYK00.010.250.15
HSL56.73º42.64%74.71%-
HSV(B)56.73º25.23%85.49%-
XYZ59.8266.1544.27-
YUV209.97101.49133.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 163 (64.06% from 255) = 27.35%
R=36.58%
G=36.07%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821516300.010.250.1556.7342.6474.71
HexDAD7A30119F392b4b
Octal3323272430131177153113
Binary110110101101011110100011011100111111110011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7A3; }

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

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

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

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

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

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

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

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