#DCD4AA

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

Shades of Mint Julep #DCD4AA

Tints of Mint Julep #DCD4AA

Color information

#DCD4AA (or 0xDCD4AA) is unknown color: approx Mint Julep. HEX triplet: DC, D4 and AA. RGB value is (220,212,170). Sum of RGB (Red+Green+Blue) = 220+212+170=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4AA is #232B55. Grayscale: #D1D1D1. Windows color (decimal): -2304854 or 11195612. OLE color: 11195612.

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

Color convert

RGB220212170-
CMYK00.040.230.14
HSL50.4º41.67%76.47%-
HSV(B)50.4º22.73%86.27%-
XYZ60.3165.247.44-
YUV209.6105.65135.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 170 (66.80% from 255) = 28.24%
R=36.54%
G=35.22%
B=28.24%

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
Decimal22021217000.040.230.1450.441.6776.47
HexDCD4AA0417E322a4c
Octal3343242520427166252114
Binary11011100110101001010101001001011111101100101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4AA; }

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

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

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

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

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

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

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

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