#DFDCA4

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

Shades of Mint Julep #DFDCA4

Tints of Mint Julep #DFDCA4

Color information

#DFDCA4 (or 0xDFDCA4) is unknown color: approx Mint Julep. HEX triplet: DF, DC and A4. RGB value is (223,220,164). Sum of RGB (Red+Green+Blue) = 223+220+164=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCA4 is #20235B. Grayscale: #D6D6D6. Windows color (decimal): -2106204 or 10804447. OLE color: 10804447.

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

Color convert

RGB223220164-
CMYK00.010.260.13
HSL56.95º47.97%75.88%-
HSV(B)56.95º26.46%87.45%-
XYZ62.7369.5545.24-
YUV214.5199.49134.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 164 (64.45% from 255) = 27.02%
R=36.74%
G=36.24%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322016400.010.260.1356.9547.9775.88
HexDFDCA4011AD39304c
Octal3373342440132157160114
Binary110111111101110010100100011101011011110011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCA4; }

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

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

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

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

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

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

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

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