Html Css Color HEX #DCD5AC Mint Julep

📋 copy color: '#DCD5AC'

red 220 ◦ green 213 ◦ blue 172

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

Shades of Mint Julep #DCD5AC

Tints of Mint Julep #DCD5AC

RGB

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

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

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

R = 36.36%
G = 35.21%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCD5AC (or 0xDCD5AC) is known color: Mint Julep. HEX triplet: DC, D5 and AC. RGB value is (220,213,172). Sum of RGB (Red+Green+Blue) = 220+213+172=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5AC is #232A53. Grayscale: #D2D2D2. Windows color (decimal): -2304596 or 11326940. OLE color: 11326940.

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

Color convert

RGB 220 213 172 -
CMYK 0 0.03 0.22 0.14
HSL 51.25º 0.41% 0.77% -
HSV(B) 51.25º 0.22% 0.86% -
XYZ 60.76 65.78 48.52 -
YUV 210.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 220 213 172 0 0.03 0.22 0.14 51.25 0.41 0.77
Hex DC D5 AC 0 3 16 E 33 29 4D
Octal 334 325 254 0 3 26 16 63 51 115
Binary 11011100 11010101 10101100 0 11 10110 1110 110011 101001 1001101

Color Harmonies of #DCD5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5AC

Black with #DCD5AC

Text Example


Text Example

White with #DCD5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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