#DFDCAC

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

Shades of Mint Julep #DFDCAC

Tints of Mint Julep #DFDCAC

Color information

#DFDCAC (or 0xDFDCAC) is unknown color: approx Mint Julep. HEX triplet: DF, DC and AC. RGB value is (223,220,172). Sum of RGB (Red+Green+Blue) = 223+220+172=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCAC is #202353. Grayscale: #D7D7D7. Windows color (decimal): -2106196 or 11328735. OLE color: 11328735.

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

Color convert

RGB223220172-
CMYK00.010.230.13
HSL56.47º44.35%77.45%-
HSV(B)56.47º22.87%87.45%-
XYZ63.4769.8549.17-
YUV215.42103.49133.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 172 (67.58% from 255) = 27.97%
R=36.26%
G=35.77%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322017200.010.230.1356.4744.3577.45
HexDFDCAC0117D382c4d
Octal3373342540127157054115
Binary110111111101110010101100011011111011110001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCAC; }

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

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

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

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

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

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

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

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