#DCDBA7

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

Shades of Mint Julep #DCDBA7

Tints of Mint Julep #DCDBA7

Color information

#DCDBA7 (or 0xDCDBA7) is unknown color: approx Mint Julep. HEX triplet: DC, DB and A7. RGB value is (220,219,167). Sum of RGB (Red+Green+Blue) = 220+219+167=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA7 is #232458. Grayscale: #D5D5D5. Windows color (decimal): -2303065 or 11000796. OLE color: 11000796.

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

Color convert

RGB220219167-
CMYK00.000.240.14
HSL58.87º43.09%75.88%-
HSV(B)58.87º24.09%86.27%-
XYZ61.8268.6746.56-
YUV213.37101.83132.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 167 (65.62% from 255) = 27.56%
R=36.30%
G=36.14%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021916700.000.240.1458.8743.0975.88
HexDCDBA70018E3b2b4c
Octal3343332470030167353114
Binary110111001101101110100111001100011101110111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBA7; }

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

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

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

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

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

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

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

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