Html Css Color HEX #DCD5A6 Mint Julep

📋 copy color: '#DCD5A6'

red 220 ◦ green 213 ◦ blue 166

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

Shades of Mint Julep #DCD5A6

Tints of Mint Julep #DCD5A6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.56%

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

R = 36.73%
G = 35.56%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCD5A6 (or 0xDCD5A6) is known color: Mint Julep. HEX triplet: DC, D5 and A6. RGB value is (220,213,166). Sum of RGB (Red+Green+Blue) = 220+213+166=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5A6 is #232A59. Grayscale: #D1D1D1. Windows color (decimal): -2304602 or 10933724. OLE color: 10933724.

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

Color convert

RGB 220 213 166 -
CMYK 0 0.03 0.25 0.14
HSL 52.22º 0.44% 0.76% -
HSV(B) 52.22º 0.25% 0.86% -
XYZ 60.19 65.56 45.56 -
YUV 209.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 220 213 166 0 0.03 0.25 0.14 52.22 0.44 0.76
Hex DC D5 A6 0 3 19 E 34 2C 4C
Octal 334 325 246 0 3 31 16 64 54 114
Binary 11011100 11010101 10100110 0 11 11001 1110 110100 101100 1001100

Color Harmonies of #DCD5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5A6

Black with #DCD5A6

Text Example


Text Example

White with #DCD5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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