Html Css Color HEX #DCD9A0 Mint Julep

📋 copy color: '#DCD9A0'

red 220 ◦ green 217 ◦ blue 160

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

Shades of Mint Julep #DCD9A0

Tints of Mint Julep #DCD9A0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.35%

 BLUE value IS 160 (62.89% from 255) = 26.8%

R = 36.85%
G = 36.35%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCD9A0 (or 0xDCD9A0) is known color: Mint Julep. HEX triplet: DC, D9 and A0. RGB value is (220,217,160). Sum of RGB (Red+Green+Blue) = 220+217+160=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9A0 is #23265F. Grayscale: #D3D3D3. Windows color (decimal): -2303584 or 10541532. OLE color: 10541532.

HSL color Cylindrical-coordinate representation of color #DCD9A0: hue angle of 57º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCD9A0 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 160 -
CMYK 0 0.01 0.27 0.14
HSL 57º 0.46% 0.75% -
HSV(B) 57º 0.27% 0.86% -
XYZ 60.67 67.38 43.07 -
YUV 211.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 220 217 160 0 0.01 0.27 0.14 57 0.46 0.75
Hex DC D9 A0 0 1 1B E 39 2E 4B
Octal 334 331 240 0 1 33 16 71 56 113
Binary 11011100 11011001 10100000 0 1 11011 1110 111001 101110 1001011

Color Harmonies of #DCD9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9A0

Black with #DCD9A0

Text Example


Text Example

White with #DCD9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9A0; }

 p { color: rgb(220,217,160); }

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

background-color css

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

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

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

border-color css

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

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

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