#DCD9AD

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

Shades of Mint Julep #DCD9AD

Tints of Mint Julep #DCD9AD

Color information

#DCD9AD (or 0xDCD9AD) is unknown color: approx Mint Julep. HEX triplet: DC, D9 and AD. RGB value is (220,217,173). Sum of RGB (Red+Green+Blue) = 220+217+173=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9AD is #232652. Grayscale: #D5D5D5. Windows color (decimal): -2303571 or 11393500. OLE color: 11393500.

HSL color Cylindrical-coordinate representation of color #DCD9AD: hue angle of 56.17º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCD9AD is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220217173-
CMYK00.010.210.14
HSL56.17º40.17%77.06%-
HSV(B)56.17º21.36%86.27%-
XYZ61.8767.8649.37-
YUV212.88105.49133.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 173 (67.97% from 255) = 28.36%
R=36.07%
G=35.57%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021717300.010.210.1456.1740.1777.06
HexDCD9AD0115E38284d
Octal3343312550125167050115
Binary110111001101100110101101011010111101110001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9AD; }

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

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

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

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

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

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

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

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