Html Css Color HEX #DCD9A1 Mint Julep

📋 copy color: '#DCD9A1'

red 220 ◦ green 217 ◦ blue 161

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

Shades of Mint Julep #DCD9A1

Tints of Mint Julep #DCD9A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.92%

R = 36.79%
G = 36.29%
B = 26.92%

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

#DCD9A1 (or 0xDCD9A1) is known color: Mint Julep. HEX triplet: DC, D9 and A1. RGB value is (220,217,161). Sum of RGB (Red+Green+Blue) = 220+217+161=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9A1 is #23265E. Grayscale: #D3D3D3. Windows color (decimal): -2303583 or 10607068. OLE color: 10607068.

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

Color convert

RGB 220 217 161 -
CMYK 0 0.01 0.27 0.14
HSL 56.95º 0.46% 0.75% -
HSV(B) 56.95º 0.27% 0.86% -
XYZ 60.76 67.41 43.53 -
YUV 211.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 220 217 161 0 0.01 0.27 0.14 56.95 0.46 0.75
Hex DC D9 A1 0 1 1B E 39 2E 4B
Octal 334 331 241 0 1 33 16 71 56 113
Binary 11011100 11011001 10100001 0 1 11011 1110 111001 101110 1001011

Color Harmonies of #DCD9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9A1

Black with #DCD9A1

Text Example


Text Example

White with #DCD9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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