Html Css Color HEX #DCD6AC Mint Julep

📋 copy color: '#DCD6AC'

red 220 ◦ green 214 ◦ blue 172

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

Shades of Mint Julep #DCD6AC

Tints of Mint Julep #DCD6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.31%

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

R = 36.3%
G = 35.31%
B = 28.38%

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

#DCD6AC (or 0xDCD6AC) is known color: Mint Julep. HEX triplet: DC, D6 and AC. RGB value is (220,214,172). Sum of RGB (Red+Green+Blue) = 220+214+172=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6AC is #232953. Grayscale: #D3D3D3. Windows color (decimal): -2304340 or 11327196. OLE color: 11327196.

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

Color convert

RGB 220 214 172 -
CMYK 0 0.03 0.22 0.14
HSL 52.5º 0.41% 0.77% -
HSV(B) 52.5º 0.22% 0.86% -
XYZ 61.01 66.29 48.61 -
YUV 211.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 220 214 172 0 0.03 0.22 0.14 52.5 0.41 0.77
Hex DC D6 AC 0 3 16 E 34 29 4D
Octal 334 326 254 0 3 26 16 64 51 115
Binary 11011100 11010110 10101100 0 11 10110 1110 110100 101001 1001101

Color Harmonies of #DCD6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD6AC

Black with #DCD6AC

Text Example


Text Example

White with #DCD6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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