#dcda9d

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

Shades of Mint Julep #DCDA9D

Tints of Mint Julep #DCDA9D

Color information

#DCDA9D (or 0xDCDA9D) is unknown color: approx Mint Julep. HEX triplet: DC, DA and 9D. RGB value is (220,218,157). Sum of RGB (Red+Green+Blue) = 220+218+157=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA9D is #232562. Grayscale: #D3D3D3. Windows color (decimal): -2303331 or 10345180. OLE color: 10345180.

HSL color Cylindrical-coordinate representation of color #DCDA9D: hue angle of 58.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCDA9D is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220218157-
CMYK00.010.290.14
HSL58.1º47.37%73.92%-
HSV(B)58.1º28.64%86.27%-
XYZ60.6767.7941.79-
YUV211.6497.16133.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 157 (61.72% from 255) = 26.39%
R=36.97%
G=36.64%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021815700.010.290.1458.147.3773.92
HexDCDA9D011DE3a2f4a
Octal3343322350135167257112
Binary110111001101101010011101011110111101110101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcda9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcda9d; }

 p { color: rgb(220,218,157); }

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

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

 a { background-color: rgb(220,218,157); }

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

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

 span { border-color: rgb(220,218,157); }

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