Html Css Color HEX #DCD8A3 Mint Julep

📋 copy color: '#DCD8A3'

red 220 ◦ green 216 ◦ blue 163

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

Shades of Mint Julep #DCD8A3

Tints of Mint Julep #DCD8A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.21%

R = 36.73%
G = 36.06%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCD8A3 (or 0xDCD8A3) is known color: Mint Julep. HEX triplet: DC, D8 and A3. RGB value is (220,216,163). Sum of RGB (Red+Green+Blue) = 220+216+163=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A3 is #23275C. Grayscale: #D3D3D3. Windows color (decimal): -2303837 or 10737884. OLE color: 10737884.

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

Color convert

RGB 220 216 163 -
CMYK 0 0.02 0.26 0.14
HSL 55.79º 0.45% 0.75% -
HSV(B) 55.79º 0.26% 0.86% -
XYZ 60.68 66.97 44.38 -
YUV 211.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 220 216 163 0 0.02 0.26 0.14 55.79 0.45 0.75
Hex DC D8 A3 0 2 1A E 38 2D 4B
Octal 334 330 243 0 2 32 16 70 55 113
Binary 11011100 11011000 10100011 0 10 11010 1110 111000 101101 1001011

Color Harmonies of #DCD8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8A3

Black with #DCD8A3

Text Example


Text Example

White with #DCD8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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