#DFDCB1

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

Shades of Mint Julep #DFDCB1

Tints of Mint Julep #DFDCB1

Color information

#DFDCB1 (or 0xDFDCB1) is unknown color: approx Mint Julep. HEX triplet: DF, DC and B1. RGB value is (223,220,177). Sum of RGB (Red+Green+Blue) = 223+220+177=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCB1 is #20234E. Grayscale: #D8D8D8. Windows color (decimal): -2106191 or 11656415. OLE color: 11656415.

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

Color convert

RGB223220177-
CMYK00.010.210.13
HSL56.09º41.82%78.43%-
HSV(B)56.09º20.63%87.45%-
XYZ63.9670.0551.74-
YUV215.99105.99133-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=35.97%
G=35.48%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322017700.010.210.1356.0941.8278.43
HexDFDCB10115D382a4e
Octal3373342610125157052116
Binary110111111101110010110001011010111011110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCB1; }

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

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

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

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

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

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

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

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