#DCDBAB

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

Shades of Mint Julep #DCDBAB

Tints of Mint Julep #DCDBAB

Color information

#DCDBAB (or 0xDCDBAB) is unknown color: approx Mint Julep. HEX triplet: DC, DB and AB. RGB value is (220,219,171). Sum of RGB (Red+Green+Blue) = 220+219+171=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBAB is #232454. Grayscale: #D6D6D6. Windows color (decimal): -2303061 or 11262940. OLE color: 11262940.

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

Color convert

RGB220219171-
CMYK00.000.220.14
HSL58.78º41.18%76.67%-
HSV(B)58.78º22.27%86.27%-
XYZ62.268.8248.53-
YUV213.83103.83132.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 219 (85.94% from 255) = 35.90%
BLUE value IS 171 (67.19% from 255) = 28.03%
R=36.07%
G=35.90%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021917100.000.220.1458.7841.1876.67
HexDCDBAB0016E3b294d
Octal3343332530026167351115
Binary110111001101101110101011001011011101110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBAB; }

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

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

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

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

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

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

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

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