#DCDBA6

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

Shades of Mint Julep #DCDBA6

Tints of Mint Julep #DCDBA6

Color information

#DCDBA6 (or 0xDCDBA6) is unknown color: approx Mint Julep. HEX triplet: DC, DB and A6. RGB value is (220,219,166). Sum of RGB (Red+Green+Blue) = 220+219+166=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA6 is #232459. Grayscale: #D5D5D5. Windows color (decimal): -2303066 or 10935260. OLE color: 10935260.

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

Color convert

RGB220219166-
CMYK00.000.250.14
HSL58.89º43.55%75.69%-
HSV(B)58.89º24.55%86.27%-
XYZ61.7368.6346.07-
YUV213.26101.33132.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 166 (65.23% from 255) = 27.44%
R=36.36%
G=36.20%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021916600.000.250.1458.8943.5575.69
HexDCDBA60019E3b2c4c
Octal3343332460031167354114
Binary110111001101101110100110001100111101110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBA6; }

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

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

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

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

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

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

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

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