Html Css Color HEX #DCDCA6 Mint Julep

📋 copy color: '#DCDCA6'

red 220 ◦ green 220 ◦ blue 166

#DCDCA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #DCDCA6

Tints of Mint Julep #DCDCA6

RGB

 RED value IS 220 (86.33% from 255) = 36.3%

 GREEN value IS 220 (86.33% from 255) = 36.3%

 BLUE value IS 166 (65.23% from 255) = 27.39%

R = 36.3%
G = 36.3%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCDCA6 (or 0xDCDCA6) is known color: Mint Julep. HEX triplet: DC, DC and A6. RGB value is (220,220,166). Sum of RGB (Red+Green+Blue) = 220+220+166=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCA6 is #232359. Grayscale: #D6D6D6. Windows color (decimal): -2302810 or 10935516. OLE color: 10935516.

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

Color convert

RGB 220 220 166 -
CMYK 0 0 0.25 0.14
HSL 60º 0.44% 0.76% -
HSV(B) 60º 0.25% 0.86% -
XYZ 61.99 69.16 46.16 -
YUV 213.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 220 220 166 0 0 0.25 0.14 60 0.44 0.76
Hex DC DC A6 0 0 19 E 3C 2C 4C
Octal 334 334 246 0 0 31 16 74 54 114
Binary 11011100 11011100 10100110 0 0 11001 1110 111100 101100 1001100

Color Harmonies of #DCDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDCA6

Black with #DCDCA6

Text Example


Text Example

White with #DCDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDCA6; }

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

 H1.HeaderClassName
 {
   color: #DCDCA6;
 }
 .AnyTagClassName
 {
   color: #DCDCA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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