Html Css Color HEX #D8AC95 Cashmere

📋 copy color: '#D8AC95'

red 216 ◦ green 172 ◦ blue 149

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

Shades of Cashmere #D8AC95

Tints of Cashmere #D8AC95

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.03%

 BLUE value IS 149 (58.59% from 255) = 27.75%

R = 40.22%
G = 32.03%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8AC95 (or 0xD8AC95) is known color: Cashmere. HEX triplet: D8, AC and 95. RGB value is (216,172,149). Sum of RGB (Red+Green+Blue) = 216+172+149=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC95 is #27536A. Grayscale: #B6B6B6. Windows color (decimal): -2577259 or 9809112. OLE color: 9809112.

HSL color Cylindrical-coordinate representation of color #D8AC95: hue angle of 20.6º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8AC95 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 149 -
CMYK 0 0.20 0.31 0.15
HSL 20.6º 0.46% 0.72% -
HSV(B) 20.6º 0.31% 0.85% -
XYZ 48.5 46.27 34.81 -
YUV 182.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 216 172 149 0 0.20 0.31 0.15 20.6 0.46 0.72
Hex D8 AC 95 0 14 1F F 15 2E 48
Octal 330 254 225 0 24 37 17 25 56 110
Binary 11011000 10101100 10010101 0 10100 11111 1111 10101 101110 1001000

Color Harmonies of #D8AC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC95

Black with #D8AC95

Text Example


Text Example

White with #D8AC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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