#DCD8AC

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

Shades of Mint Julep #DCD8AC

Tints of Mint Julep #DCD8AC

Color information

#DCD8AC (or 0xDCD8AC) is unknown color: approx Mint Julep. HEX triplet: DC, D8 and AC. RGB value is (220,216,172). Sum of RGB (Red+Green+Blue) = 220+216+172=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8AC is #232753. Grayscale: #D4D4D4. Windows color (decimal): -2303828 or 11327708. OLE color: 11327708.

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

Color convert

RGB220216172-
CMYK00.020.220.14
HSL55º40.68%76.86%-
HSV(B)55º21.82%86.27%-
XYZ61.5267.3148.78-
YUV212.18105.33133.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 216 (84.77% from 255) = 35.53%
BLUE value IS 172 (67.58% from 255) = 28.29%
R=36.18%
G=35.53%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021617200.020.220.145540.6876.86
HexDCD8AC0216E37294d
Octal3343302540226166751115
Binary1101110011011000101011000101011011101101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8AC; }

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

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

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

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

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

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

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

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