#DFDCAD

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

Shades of Mint Julep #DFDCAD

Tints of Mint Julep #DFDCAD

Color information

#DFDCAD (or 0xDFDCAD) is unknown color: approx Mint Julep. HEX triplet: DF, DC and AD. RGB value is (223,220,173). Sum of RGB (Red+Green+Blue) = 223+220+173=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCAD is #202352. Grayscale: #D7D7D7. Windows color (decimal): -2106195 or 11394271. OLE color: 11394271.

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

Color convert

RGB223220173-
CMYK00.010.220.13
HSL56.4º43.86%77.65%-
HSV(B)56.4º22.42%87.45%-
XYZ63.5769.8949.68-
YUV215.54103.99133.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=36.20%
G=35.71%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322017300.010.220.1356.443.8677.65
HexDFDCAD0116D382c4e
Octal3373342550126157054116
Binary110111111101110010101101011011011011110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCAD; }

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

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

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

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

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

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

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

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