#DCD5AD

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

Shades of Mint Julep #DCD5AD

Tints of Mint Julep #DCD5AD

Color information

#DCD5AD (or 0xDCD5AD) is unknown color: approx Mint Julep. HEX triplet: DC, D5 and AD. RGB value is (220,213,173). Sum of RGB (Red+Green+Blue) = 220+213+173=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5AD is #232A52. Grayscale: #D2D2D2. Windows color (decimal): -2304595 or 11392476. OLE color: 11392476.

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

Color convert

RGB220213173-
CMYK00.030.210.14
HSL51.06º40.17%77.06%-
HSV(B)51.06º21.36%86.27%-
XYZ60.8565.8249.03-
YUV210.53106.82134.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 173 (67.97% from 255) = 28.55%
R=36.30%
G=35.15%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021317300.030.210.1451.0640.1777.06
HexDCD5AD0315E33284d
Octal3343252550325166350115
Binary1101110011010101101011010111010111101100111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5AD; }

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

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

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

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

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

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

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

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