#DCD4A9

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

Shades of Mint Julep #DCD4A9

Tints of Mint Julep #DCD4A9

Color information

#DCD4A9 (or 0xDCD4A9) is unknown color: approx Mint Julep. HEX triplet: DC, D4 and A9. RGB value is (220,212,169). Sum of RGB (Red+Green+Blue) = 220+212+169=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4A9 is #232B56. Grayscale: #D1D1D1. Windows color (decimal): -2304855 or 11130076. OLE color: 11130076.

HSL color Cylindrical-coordinate representation of color #DCD4A9: hue angle of 50.59º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCD4A9 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220212169-
CMYK00.040.230.14
HSL50.59º42.15%76.27%-
HSV(B)50.59º23.18%86.27%-
XYZ60.2265.1746.94-
YUV209.49105.15135.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 169 (66.41% from 255) = 28.12%
R=36.61%
G=35.27%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021216900.040.230.1450.5942.1576.27
HexDCD4A90417E332a4c
Octal3343242510427166352114
Binary11011100110101001010100101001011111101100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4A9; }

 p { color: rgb(220,212,169); }

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

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

 a { background-color: rgb(220,212,169); }

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

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

 span { border-color: rgb(220,212,169); }

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