Html Css Color HEX #DCD5AD Mint Julep

📋 copy color: '#DCD5AD'

red 220 ◦ green 213 ◦ blue 173

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

Shades of Mint Julep #DCD5AD

Tints of Mint Julep #DCD5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.55%

R = 36.3%
G = 35.15%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCD5AD (or 0xDCD5AD) is known color: Mint Julep. HEX triplet: DC, D5 and AD. RGB value is (220,213,173). Sum of RGB (Red+Green+Blue) = 220+213+173=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5AD is #232A52. Grayscale: #D2D2D2. Windows color (decimal): -2304595 or 11392476. OLE color: 11392476.

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

Color convert

RGB 220 213 173 -
CMYK 0 0.03 0.21 0.14
HSL 51.06º 0.4% 0.77% -
HSV(B) 51.06º 0.21% 0.86% -
XYZ 60.85 65.82 49.03 -
YUV 210.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 220 213 173 0 0.03 0.21 0.14 51.06 0.4 0.77
Hex DC D5 AD 0 3 15 E 33 28 4D
Octal 334 325 255 0 3 25 16 63 50 115
Binary 11011100 11010101 10101101 0 11 10101 1110 110011 101000 1001101

Color Harmonies of #DCD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5AD

Black with #DCD5AD

Text Example


Text Example

White with #DCD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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