Html Css Color HEX #D8D4AC Mint Julep

📋 copy color: '#D8D4AC'

red 216 ◦ green 212 ◦ blue 172

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

Shades of Mint Julep #D8D4AC

Tints of Mint Julep #D8D4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.33%

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

R = 36%
G = 35.33%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8D4AC (or 0xD8D4AC) is known color: Mint Julep. HEX triplet: D8, D4 and AC. RGB value is (216,212,172). Sum of RGB (Red+Green+Blue) = 216+212+172=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D4AC is #272B53. Grayscale: #D0D0D0. Windows color (decimal): -2566996 or 11326680. OLE color: 11326680.

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

Color convert

RGB 216 212 172 -
CMYK 0 0.02 0.20 0.15
HSL 54.55º 0.36% 0.76% -
HSV(B) 54.55º 0.2% 0.85% -
XYZ 59.31 64.66 48.39 -
YUV 208.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 216 212 172 0 0.02 0.20 0.15 54.55 0.36 0.76
Hex D8 D4 AC 0 2 14 F 37 24 4C
Octal 330 324 254 0 2 24 17 67 44 114
Binary 11011000 11010100 10101100 0 10 10100 1111 110111 100100 1001100

Color Harmonies of #D8D4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D4AC

Black with #D8D4AC

Text Example


Text Example

White with #D8D4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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