#DCD8AD

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

Shades of Mint Julep #DCD8AD

Tints of Mint Julep #DCD8AD

Color information

#DCD8AD (or 0xDCD8AD) is unknown color: approx Mint Julep. HEX triplet: DC, D8 and AD. RGB value is (220,216,173). Sum of RGB (Red+Green+Blue) = 220+216+173=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8AD is #232752. Grayscale: #D4D4D4. Windows color (decimal): -2303827 or 11393244. OLE color: 11393244.

HSL color Cylindrical-coordinate representation of color #DCD8AD: hue angle of 54.89º 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 #DCD8AD is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220216173-
CMYK00.020.210.14
HSL54.89º40.17%77.06%-
HSV(B)54.89º21.36%86.27%-
XYZ61.6167.3449.29-
YUV212.29105.83133.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=36.12%
G=35.47%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021617300.020.210.1454.8940.1777.06
HexDCD8AD0215E37284d
Octal3343302550225166750115
Binary1101110011011000101011010101010111101101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8AD; }

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

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

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

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

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

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

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

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