#DAD6A3

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

Shades of Mint Julep #DAD6A3

Tints of Mint Julep #DAD6A3

Color information

#DAD6A3 (or 0xDAD6A3) is unknown color: approx Mint Julep. HEX triplet: DA, D6 and A3. RGB value is (218,214,163). Sum of RGB (Red+Green+Blue) = 218+214+163=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD6A3 is #25295C. Grayscale: #D1D1D1. Windows color (decimal): -2435421 or 10737370. OLE color: 10737370.

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

Color convert

RGB218214163-
CMYK00.020.250.15
HSL55.64º42.64%74.71%-
HSV(B)55.64º25.23%85.49%-
XYZ59.5765.6444.18-
YUV209.38101.83134.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 163 (64.06% from 255) = 27.39%
R=36.64%
G=35.97%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821416300.020.250.1555.6442.6474.71
HexDAD6A30219F382b4b
Octal3323262430231177053113
Binary1101101011010110101000110101100111111110001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6A3; }

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

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

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

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

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

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

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

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