#DCDCA8

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

Shades of Mint Julep #DCDCA8

Tints of Mint Julep #DCDCA8

Color information

#DCDCA8 (or 0xDCDCA8) is unknown color: approx Mint Julep. HEX triplet: DC, DC and A8. RGB value is (220,220,168). Sum of RGB (Red+Green+Blue) = 220+220+168=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCA8 is #232357. Grayscale: #D6D6D6. Windows color (decimal): -2302808 or 11066588. OLE color: 11066588.

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

Color convert

RGB220220168-
CMYK000.240.14
HSL60º42.62%76.08%-
HSV(B)60º23.64%86.27%-
XYZ62.1869.2347.13-
YUV214.07102132.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 168 (66.02% from 255) = 27.63%
R=36.18%
G=36.18%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220168000.240.146042.6276.08
HexDCDCA80018E3c2b4c
Octal3343342500030167453114
Binary110111001101110010101000001100011101111001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCA8; }

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

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

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

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

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

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

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

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