#DCDBA0

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

Shades of Mint Julep #DCDBA0

Tints of Mint Julep #DCDBA0

Color information

#DCDBA0 (or 0xDCDBA0) is unknown color: approx Mint Julep. HEX triplet: DC, DB and A0. RGB value is (220,219,160). Sum of RGB (Red+Green+Blue) = 220+219+160=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA0 is #23245F. Grayscale: #D4D4D4. Windows color (decimal): -2303072 or 10542044. OLE color: 10542044.

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

Color convert

RGB220219160-
CMYK00.000.270.14
HSL59º46.15%74.51%-
HSV(B)59º27.27%86.27%-
XYZ61.1968.4243.24-
YUV212.5798.33133.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 160 (62.89% from 255) = 26.71%
R=36.73%
G=36.56%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021916000.000.270.145946.1574.51
HexDCDBA0001BE3b2e4b
Octal3343332400033167356113
Binary110111001101101110100000001101111101110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBA0; }

 p { color: rgb(220,219,160); }

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

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

 a { background-color: rgb(220,219,160); }

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

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

 span { border-color: rgb(220,219,160); }

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