#DADCA3

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

Shades of Mint Julep #DADCA3

Tints of Mint Julep #DADCA3

Color information

#DADCA3 (or 0xDADCA3) is unknown color: approx Mint Julep. HEX triplet: DA, DC and A3. RGB value is (218,220,163). Sum of RGB (Red+Green+Blue) = 218+220+163=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA3 is #25235C. Grayscale: #D5D5D5. Windows color (decimal): -2433885 or 10738906. OLE color: 10738906.

HSL color Cylindrical-coordinate representation of color #DADCA3: hue angle of 62.11º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DADCA3 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB218220163-
CMYK0.0100.260.14
HSL62.11º44.88%75.1%-
HSV(B)62.11º25.91%86.27%-
XYZ61.1268.7444.7-
YUV212.999.84131.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 163 (64.06% from 255) = 27.12%
R=36.27%
G=36.61%
B=27.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201630.0100.260.1462.1144.8875.1
HexDADCA3101AE3e2d4b
Octal3323342431032167655113
Binary110110101101110010100011101101011101111101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCA3; }

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

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

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

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

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

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

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

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