Html Css Color HEX #D8D5AD Mint Julep

📋 copy color: '#D8D5AD'

red 216 ◦ green 213 ◦ blue 173

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

Shades of Mint Julep #D8D5AD

Tints of Mint Julep #D8D5AD

RGB

 RED value IS 216 (84.77% from 255) = 35.88%

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

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

R = 35.88%
G = 35.38%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8D5AD (or 0xD8D5AD) is known color: Mint Julep. HEX triplet: D8, D5 and AD. RGB value is (216,213,173). Sum of RGB (Red+Green+Blue) = 216+213+173=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D5AD is #272A52. Grayscale: #D1D1D1. Windows color (decimal): -2566739 or 11392472. OLE color: 11392472.

HSL color Cylindrical-coordinate representation of color #D8D5AD: hue angle of 55.81º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8D5AD is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 173 -
CMYK 0 0.01 0.20 0.15
HSL 55.81º 0.36% 0.76% -
HSV(B) 55.81º 0.2% 0.85% -
XYZ 59.66 65.2 48.98 -
YUV 209.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 216 213 173 0 0.01 0.20 0.15 55.81 0.36 0.76
Hex D8 D5 AD 0 1 14 F 38 24 4C
Octal 330 325 255 0 1 24 17 70 44 114
Binary 11011000 11010101 10101101 0 1 10100 1111 111000 100100 1001100

Color Harmonies of #D8D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D5AD

Black with #D8D5AD

Text Example


Text Example

White with #D8D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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