Html Css Color HEX #D8AC91 Cashmere

📋 copy color: '#D8AC91'

red 216 ◦ green 172 ◦ blue 145

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

Shades of Cashmere #D8AC91

Tints of Cashmere #D8AC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.2%

R = 40.53%
G = 32.27%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8AC91 (or 0xD8AC91) is known color: Cashmere. HEX triplet: D8, AC and 91. RGB value is (216,172,145). Sum of RGB (Red+Green+Blue) = 216+172+145=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC91 is #27536E. Grayscale: #B6B6B6. Windows color (decimal): -2577263 or 9546968. OLE color: 9546968.

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

Color convert

RGB 216 172 145 -
CMYK 0 0.20 0.33 0.15
HSL 22.82º 0.48% 0.71% -
HSV(B) 22.82º 0.33% 0.85% -
XYZ 48.18 46.15 33.16 -
YUV 182.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 216 172 145 0 0.20 0.33 0.15 22.82 0.48 0.71
Hex D8 AC 91 0 14 21 F 17 30 47
Octal 330 254 221 0 24 41 17 27 60 107
Binary 11011000 10101100 10010001 0 10100 100001 1111 10111 110000 1000111

Color Harmonies of #D8AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC91

Black with #D8AC91

Text Example


Text Example

White with #D8AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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