Html Css Color HEX #DCD8A4 Mint Julep

📋 copy color: '#DCD8A4'

red 220 ◦ green 216 ◦ blue 164

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

Shades of Mint Julep #DCD8A4

Tints of Mint Julep #DCD8A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.33%

R = 36.67%
G = 36%
B = 27.33%

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

#DCD8A4 (or 0xDCD8A4) is known color: Mint Julep. HEX triplet: DC, D8 and A4. RGB value is (220,216,164). Sum of RGB (Red+Green+Blue) = 220+216+164=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A4 is #23275B. Grayscale: #D3D3D3. Windows color (decimal): -2303836 or 10803420. OLE color: 10803420.

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

Color convert

RGB 220 216 164 -
CMYK 0 0.02 0.25 0.14
HSL 55.71º 0.44% 0.75% -
HSV(B) 55.71º 0.25% 0.86% -
XYZ 60.77 67.01 44.85 -
YUV 211.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 220 216 164 0 0.02 0.25 0.14 55.71 0.44 0.75
Hex DC D8 A4 0 2 19 E 38 2C 4B
Octal 334 330 244 0 2 31 16 70 54 113
Binary 11011100 11011000 10100100 0 10 11001 1110 111000 101100 1001011

Color Harmonies of #DCD8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8A4

Black with #DCD8A4

Text Example


Text Example

White with #DCD8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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