Html Css Color HEX #DCD8A6 Mint Julep

📋 copy color: '#DCD8A6'

red 220 ◦ green 216 ◦ blue 166

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

Shades of Mint Julep #DCD8A6

Tints of Mint Julep #DCD8A6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.88%

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

R = 36.54%
G = 35.88%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCD8A6 (or 0xDCD8A6) is known color: Mint Julep. HEX triplet: DC, D8 and A6. RGB value is (220,216,166). Sum of RGB (Red+Green+Blue) = 220+216+166=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A6 is #232759. Grayscale: #D3D3D3. Windows color (decimal): -2303834 or 10934492. OLE color: 10934492.

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

Color convert

RGB 220 216 166 -
CMYK 0 0.02 0.25 0.14
HSL 55.56º 0.44% 0.76% -
HSV(B) 55.56º 0.25% 0.86% -
XYZ 60.95 67.08 45.81 -
YUV 211.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 220 216 166 0 0.02 0.25 0.14 55.56 0.44 0.76
Hex DC D8 A6 0 2 19 E 38 2C 4C
Octal 334 330 246 0 2 31 16 70 54 114
Binary 11011100 11011000 10100110 0 10 11001 1110 111000 101100 1001100

Color Harmonies of #DCD8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8A6

Black with #DCD8A6

Text Example


Text Example

White with #DCD8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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