#DCDBA8

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

Shades of Mint Julep #DCDBA8

Tints of Mint Julep #DCDBA8

Color information

#DCDBA8 (or 0xDCDBA8) is unknown color: approx Mint Julep. HEX triplet: DC, DB and A8. RGB value is (220,219,168). Sum of RGB (Red+Green+Blue) = 220+219+168=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBA8 is #232457. Grayscale: #D5D5D5. Windows color (decimal): -2303064 or 11066332. OLE color: 11066332.

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

Color convert

RGB220219168-
CMYK00.000.240.14
HSL58.85º42.62%76.08%-
HSV(B)58.85º23.64%86.27%-
XYZ61.9168.7147.04-
YUV213.48102.33132.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 168 (66.02% from 255) = 27.68%
R=36.24%
G=36.08%
B=27.68%

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
Decimal22021916800.000.240.1458.8542.6276.08
HexDCDBA80018E3b2b4c
Octal3343332500030167353114
Binary110111001101101110101000001100011101110111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBA8; }

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

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

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

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

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

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

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

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