Html Css Color HEX #DCD9A2 Mint Julep

📋 copy color: '#DCD9A2'

red 220 ◦ green 217 ◦ blue 162

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

Shades of Mint Julep #DCD9A2

Tints of Mint Julep #DCD9A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.05%

R = 36.73%
G = 36.23%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCD9A2 (or 0xDCD9A2) is known color: Mint Julep. HEX triplet: DC, D9 and A2. RGB value is (220,217,162). Sum of RGB (Red+Green+Blue) = 220+217+162=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD9A2 is #23265D. Grayscale: #D3D3D3. Windows color (decimal): -2303582 or 10672604. OLE color: 10672604.

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

Color convert

RGB 220 217 162 -
CMYK 0 0.01 0.26 0.14
HSL 56.9º 0.45% 0.75% -
HSV(B) 56.9º 0.26% 0.86% -
XYZ 60.85 67.45 43.99 -
YUV 211.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 220 217 162 0 0.01 0.26 0.14 56.9 0.45 0.75
Hex DC D9 A2 0 1 1A E 39 2D 4B
Octal 334 331 242 0 1 32 16 71 55 113
Binary 11011100 11011001 10100010 0 1 11010 1110 111001 101101 1001011

Color Harmonies of #DCD9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9A2

Black with #DCD9A2

Text Example


Text Example

White with #DCD9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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