#DCDAAF

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

Shades of Mint Julep #DCDAAF

Tints of Mint Julep #DCDAAF

Color information

#DCDAAF (or 0xDCDAAF) is unknown color: approx Mint Julep. HEX triplet: DC, DA and AF. RGB value is (220,218,175). Sum of RGB (Red+Green+Blue) = 220+218+175=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAAF is #232550. Grayscale: #D5D5D5. Windows color (decimal): -2303313 or 11524828. OLE color: 11524828.

HSL color Cylindrical-coordinate representation of color #DCDAAF: hue angle of 57.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCDAAF is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220218175-
CMYK00.010.200.14
HSL57.33º39.13%77.45%-
HSV(B)57.33º20.45%86.27%-
XYZ62.3268.4550.49-
YUV213.7106.16132.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=35.89%
G=35.56%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021817500.010.200.1457.3339.1377.45
HexDCDAAF0114E39274d
Octal3343322570124167147115
Binary110111001101101010101111011010011101110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAAF; }

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

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

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

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

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

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

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

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