Html Css Color HEX #DCD8A5 Mint Julep

📋 copy color: '#DCD8A5'

red 220 ◦ green 216 ◦ blue 165

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

Shades of Mint Julep #DCD8A5

Tints of Mint Julep #DCD8A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.45%

R = 36.61%
G = 35.94%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCD8A5 (or 0xDCD8A5) is known color: Mint Julep. HEX triplet: DC, D8 and A5. RGB value is (220,216,165). Sum of RGB (Red+Green+Blue) = 220+216+165=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A5 is #23275A. Grayscale: #D3D3D3. Windows color (decimal): -2303835 or 10868956. OLE color: 10868956.

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

Color convert

RGB 220 216 165 -
CMYK 0 0.02 0.25 0.14
HSL 55.64º 0.44% 0.75% -
HSV(B) 55.64º 0.25% 0.86% -
XYZ 60.86 67.04 45.33 -
YUV 211.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 220 216 165 0 0.02 0.25 0.14 55.64 0.44 0.75
Hex DC D8 A5 0 2 19 E 38 2C 4B
Octal 334 330 245 0 2 31 16 70 54 113
Binary 11011100 11011000 10100101 0 10 11001 1110 111000 101100 1001011

Color Harmonies of #DCD8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8A5

Black with #DCD8A5

Text Example


Text Example

White with #DCD8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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