#DCDBA9

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

Shades of Mint Julep #DCDBA9

Tints of Mint Julep #DCDBA9

Color information

#DCDBA9 (or 0xDCDBA9) is unknown color: approx Mint Julep. HEX triplet: DC, DB and A9. RGB value is (220,219,169). Sum of RGB (Red+Green+Blue) = 220+219+169=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA9 is #232456. Grayscale: #D5D5D5. Windows color (decimal): -2303063 or 11131868. OLE color: 11131868.

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

Color convert

RGB220219169-
CMYK00.000.230.14
HSL58.82º42.15%76.27%-
HSV(B)58.82º23.18%86.27%-
XYZ62.0168.7447.54-
YUV213.6102.83132.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 169 (66.41% from 255) = 27.80%
R=36.18%
G=36.02%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021916900.000.230.1458.8242.1576.27
HexDCDBA90017E3b2a4c
Octal3343332510027167352114
Binary110111001101101110101001001011111101110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBA9; }

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

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

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

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

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

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

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

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