Html Css Color HEX #DCD7A6 Mint Julep

📋 copy color: '#DCD7A6'

red 220 ◦ green 215 ◦ blue 166

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

Shades of Mint Julep #DCD7A6

Tints of Mint Julep #DCD7A6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.77%

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

R = 36.61%
G = 35.77%
B = 27.62%

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

#DCD7A6 (or 0xDCD7A6) is known color: Mint Julep. HEX triplet: DC, D7 and A6. RGB value is (220,215,166). Sum of RGB (Red+Green+Blue) = 220+215+166=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7A6 is #232859. Grayscale: #D3D3D3. Windows color (decimal): -2304090 or 10934236. OLE color: 10934236.

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

Color convert

RGB 220 215 166 -
CMYK 0 0.02 0.25 0.14
HSL 54.44º 0.44% 0.76% -
HSV(B) 54.44º 0.25% 0.86% -
XYZ 60.7 66.57 45.73 -
YUV 210.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 220 215 166 0 0.02 0.25 0.14 54.44 0.44 0.76
Hex DC D7 A6 0 2 19 E 36 2C 4C
Octal 334 327 246 0 2 31 16 66 54 114
Binary 11011100 11010111 10100110 0 10 11001 1110 110110 101100 1001100

Color Harmonies of #DCD7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD7A6

Black with #DCD7A6

Text Example


Text Example

White with #DCD7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD7A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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