Html Css Color HEX #DCD6B1 Mint Julep

📋 copy color: '#DCD6B1'

red 220 ◦ green 214 ◦ blue 177

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

Shades of Mint Julep #DCD6B1

Tints of Mint Julep #DCD6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.97%

R = 36.01%
G = 35.02%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCD6B1 (or 0xDCD6B1) is known color: Mint Julep. HEX triplet: DC, D6 and B1. RGB value is (220,214,177). Sum of RGB (Red+Green+Blue) = 220+214+177=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD6B1 is #23294E. Grayscale: #D3D3D3. Windows color (decimal): -2304335 or 11654876. OLE color: 11654876.

HSL color Cylindrical-coordinate representation of color #DCD6B1: hue angle of 51.63º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCD6B1 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 177 -
CMYK 0 0.03 0.20 0.14
HSL 51.63º 0.38% 0.78% -
HSV(B) 51.63º 0.2% 0.86% -
XYZ 61.5 66.48 51.19 -
YUV 211.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 220 214 177 0 0.03 0.20 0.14 51.63 0.38 0.78
Hex DC D6 B1 0 3 14 E 34 26 4E
Octal 334 326 261 0 3 24 16 64 46 116
Binary 11011100 11010110 10110001 0 11 10100 1110 110100 100110 1001110

Color Harmonies of #DCD6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD6B1

Black with #DCD6B1

Text Example


Text Example

White with #DCD6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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