Html Css Color HEX #DCD9AC Mint Julep

📋 copy color: '#DCD9AC'

red 220 ◦ green 217 ◦ blue 172

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

Shades of Mint Julep #DCD9AC

Tints of Mint Julep #DCD9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.24%

R = 36.12%
G = 35.63%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCD9AC (or 0xDCD9AC) is known color: Mint Julep. HEX triplet: DC, D9 and AC. RGB value is (220,217,172). Sum of RGB (Red+Green+Blue) = 220+217+172=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9AC is #232653. Grayscale: #D4D4D4. Windows color (decimal): -2303572 or 11327964. OLE color: 11327964.

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

Color convert

RGB 220 217 172 -
CMYK 0 0.01 0.22 0.14
HSL 56.25º 0.41% 0.77% -
HSV(B) 56.25º 0.22% 0.86% -
XYZ 61.77 67.82 48.86 -
YUV 212.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 220 217 172 0 0.01 0.22 0.14 56.25 0.41 0.77
Hex DC D9 AC 0 1 16 E 38 29 4D
Octal 334 331 254 0 1 26 16 70 51 115
Binary 11011100 11011001 10101100 0 1 10110 1110 111000 101001 1001101

Color Harmonies of #DCD9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9AC

Black with #DCD9AC

Text Example


Text Example

White with #DCD9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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