Html Css Color HEX #DCD7AD Mint Julep

📋 copy color: '#DCD7AD'

red 220 ◦ green 215 ◦ blue 173

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

Shades of Mint Julep #DCD7AD

Tints of Mint Julep #DCD7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.36%

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

R = 36.18%
G = 35.36%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCD7AD (or 0xDCD7AD) is known color: Mint Julep. HEX triplet: DC, D7 and AD. RGB value is (220,215,173). Sum of RGB (Red+Green+Blue) = 220+215+173=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7AD is #232852. Grayscale: #D3D3D3. Windows color (decimal): -2304083 or 11392988. OLE color: 11392988.

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

Color convert

RGB 220 215 173 -
CMYK 0 0.02 0.21 0.14
HSL 53.62º 0.4% 0.77% -
HSV(B) 53.62º 0.21% 0.86% -
XYZ 61.36 66.83 49.2 -
YUV 211.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 220 215 173 0 0.02 0.21 0.14 53.62 0.4 0.77
Hex DC D7 AD 0 2 15 E 36 28 4D
Octal 334 327 255 0 2 25 16 66 50 115
Binary 11011100 11010111 10101101 0 10 10101 1110 110110 101000 1001101

Color Harmonies of #DCD7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD7AD

Black with #DCD7AD

Text Example


Text Example

White with #DCD7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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