Html Css Color HEX #DCD5A8 Mint Julep

📋 copy color: '#DCD5A8'

red 220 ◦ green 213 ◦ blue 168

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

Shades of Mint Julep #DCD5A8

Tints of Mint Julep #DCD5A8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.44%

 BLUE value IS 168 (66.02% from 255) = 27.95%

R = 36.61%
G = 35.44%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCD5A8 (or 0xDCD5A8) is known color: Mint Julep. HEX triplet: DC, D5 and A8. RGB value is (220,213,168). Sum of RGB (Red+Green+Blue) = 220+213+168=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5A8 is #232A57. Grayscale: #D2D2D2. Windows color (decimal): -2304600 or 11064796. OLE color: 11064796.

HSL color Cylindrical-coordinate representation of color #DCD5A8: hue angle of 51.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCD5A8 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 168 -
CMYK 0 0.03 0.24 0.14
HSL 51.92º 0.43% 0.76% -
HSV(B) 51.92º 0.24% 0.86% -
XYZ 60.38 65.63 46.53 -
YUV 209.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 220 213 168 0 0.03 0.24 0.14 51.92 0.43 0.76
Hex DC D5 A8 0 3 18 E 34 2B 4C
Octal 334 325 250 0 3 30 16 64 53 114
Binary 11011100 11010101 10101000 0 11 11000 1110 110100 101011 1001100

Color Harmonies of #DCD5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5A8

Black with #DCD5A8

Text Example


Text Example

White with #DCD5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5A8; }

 p { color: rgb(220,213,168); }

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

background-color css

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

 a { background-color: rgb(220,213,168); }

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

border-color css

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

 span { border-color: rgb(220,213,168); }

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