#DCDBA1

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

Shades of Mint Julep #DCDBA1

Tints of Mint Julep #DCDBA1

Color information

#DCDBA1 (or 0xDCDBA1) is unknown color: approx Mint Julep. HEX triplet: DC, DB and A1. RGB value is (220,219,161). Sum of RGB (Red+Green+Blue) = 220+219+161=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA1 is #23245E. Grayscale: #D4D4D4. Windows color (decimal): -2303071 or 10607580. OLE color: 10607580.

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

Color convert

RGB220219161-
CMYK00.000.270.14
HSL58.98º45.74%74.71%-
HSV(B)58.98º26.82%86.27%-
XYZ61.2868.4543.7-
YUV212.6998.83133.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=36.67%
G=36.5%
B=26.83%

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
Decimal22021916100.000.270.1458.9845.7474.71
HexDCDBA1001BE3b2e4b
Octal3343332410033167356113
Binary110111001101101110100001001101111101110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBA1; }

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

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

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

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

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

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

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

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