#DFDCA1

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

Shades of Mint Julep #DFDCA1

Tints of Mint Julep #DFDCA1

Color information

#DFDCA1 (or 0xDFDCA1) is unknown color: approx Mint Julep. HEX triplet: DF, DC and A1. RGB value is (223,220,161). Sum of RGB (Red+Green+Blue) = 223+220+161=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCA1 is #20235E. Grayscale: #D6D6D6. Windows color (decimal): -2106207 or 10607839. OLE color: 10607839.

HSL color Cylindrical-coordinate representation of color #DFDCA1: hue angle of 57.1º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFDCA1 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB223220161-
CMYK00.010.280.13
HSL57.1º49.21%75.29%-
HSV(B)57.1º27.8%87.45%-
XYZ62.4669.4543.83-
YUV214.1797.99134.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=36.92%
G=36.42%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322016100.010.280.1357.149.2175.29
HexDFDCA1011CD39314b
Octal3373342410134157161113
Binary110111111101110010100001011110011011110011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCA1; }

 p { color: rgb(223,220,161); }

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

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

 a { background-color: rgb(223,220,161); }

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

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

 span { border-color: rgb(223,220,161); }

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