Html Css Color HEX #D8D5AC Mint Julep

📋 copy color: '#D8D5AC'

red 216 ◦ green 213 ◦ blue 172

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

Shades of Mint Julep #D8D5AC

Tints of Mint Julep #D8D5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.62%

R = 35.94%
G = 35.44%
B = 28.62%

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

#D8D5AC (or 0xD8D5AC) is known color: Mint Julep. HEX triplet: D8, D5 and AC. RGB value is (216,213,172). Sum of RGB (Red+Green+Blue) = 216+213+172=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D5AC is #272A53. Grayscale: #D1D1D1. Windows color (decimal): -2566740 or 11326936. OLE color: 11326936.

HSL color Cylindrical-coordinate representation of color #D8D5AC: hue angle of 55.91º 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 #D8D5AC is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 172 -
CMYK 0 0.01 0.20 0.15
HSL 55.91º 0.36% 0.76% -
HSV(B) 55.91º 0.2% 0.85% -
XYZ 59.56 65.17 48.47 -
YUV 209.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 216 213 172 0 0.01 0.20 0.15 55.91 0.36 0.76
Hex D8 D5 AC 0 1 14 F 38 24 4C
Octal 330 325 254 0 1 24 17 70 44 114
Binary 11011000 11010101 10101100 0 1 10100 1111 111000 100100 1001100

Color Harmonies of #D8D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D5AC

Black with #D8D5AC

Text Example


Text Example

White with #D8D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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