Html Css Color HEX #DCD8A0 Mint Julep

📋 copy color: '#DCD8A0'

red 220 ◦ green 216 ◦ blue 160

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

Shades of Mint Julep #DCD8A0

Tints of Mint Julep #DCD8A0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.24%

 BLUE value IS 160 (62.89% from 255) = 26.85%

R = 36.91%
G = 36.24%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCD8A0 (or 0xDCD8A0) is known color: Mint Julep. HEX triplet: DC, D8 and A0. RGB value is (220,216,160). Sum of RGB (Red+Green+Blue) = 220+216+160=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A0 is #23275F. Grayscale: #D3D3D3. Windows color (decimal): -2303840 or 10541276. OLE color: 10541276.

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

Color convert

RGB 220 216 160 -
CMYK 0 0.02 0.27 0.14
HSL 56º 0.46% 0.75% -
HSV(B) 56º 0.27% 0.86% -
XYZ 60.42 66.87 42.98 -
YUV 210.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 220 216 160 0 0.02 0.27 0.14 56 0.46 0.75
Hex DC D8 A0 0 2 1B E 38 2E 4B
Octal 334 330 240 0 2 33 16 70 56 113
Binary 11011100 11011000 10100000 0 10 11011 1110 111000 101110 1001011

Color Harmonies of #DCD8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8A0

Black with #DCD8A0

Text Example


Text Example

White with #DCD8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8A0; }

 p { color: rgb(220,216,160); }

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

background-color css

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

 a { background-color: rgb(220,216,160); }

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

border-color css

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

 span { border-color: rgb(220,216,160); }

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