#DCD7A5

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

Shades of Mint Julep #DCD7A5

Tints of Mint Julep #DCD7A5

Color information

#DCD7A5 (or 0xDCD7A5) is unknown color: approx Mint Julep. HEX triplet: DC, D7 and A5. RGB value is (220,215,165). Sum of RGB (Red+Green+Blue) = 220+215+165=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7A5 is #23285A. Grayscale: #D3D3D3. Windows color (decimal): -2304091 or 10868700. OLE color: 10868700.

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

Color convert

RGB220215165-
CMYK00.020.250.14
HSL54.55º44%75.49%-
HSV(B)54.55º25%86.27%-
XYZ60.6166.5345.25-
YUV210.8102.16134.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 215 (84.38% from 255) = 35.83%
BLUE value IS 165 (64.84% from 255) = 27.5%
R=36.67%
G=35.83%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021516500.020.250.1454.554475.49
HexDCD7A50219E372c4b
Octal3343272450231166754113
Binary1101110011010111101001010101100111101101111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7A5; }

 p { color: rgb(220,215,165); }

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

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

 a { background-color: rgb(220,215,165); }

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

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

 span { border-color: rgb(220,215,165); }

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