Html Css Color HEX #D9AC91 Cashmere

📋 copy color: '#D9AC91'

red 217 ◦ green 172 ◦ blue 145

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

Shades of Cashmere #D9AC91

Tints of Cashmere #D9AC91

RGB

 RED value IS 217 (85.16% from 255) = 40.64%

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

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

R = 40.64%
G = 32.21%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9AC91 (or 0xD9AC91) is known color: Cashmere. HEX triplet: D9, AC and 91. RGB value is (217,172,145). Sum of RGB (Red+Green+Blue) = 217+172+145=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC91 is #26536E. Grayscale: #B6B6B6. Windows color (decimal): -2511727 or 9546969. OLE color: 9546969.

HSL color Cylindrical-coordinate representation of color #D9AC91: hue angle of 22.5º degrees, saturation: 0.49, 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 #D9AC91 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 145 -
CMYK 0 0.21 0.33 0.15
HSL 22.5º 0.49% 0.71% -
HSV(B) 22.5º 0.33% 0.85% -
XYZ 48.48 46.3 33.17 -
YUV 182.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 217 172 145 0 0.21 0.33 0.15 22.5 0.49 0.71
Hex D9 AC 91 0 15 21 F 16 31 47
Octal 331 254 221 0 25 41 17 26 61 107
Binary 11011001 10101100 10010001 0 10101 100001 1111 10110 110001 1000111

Color Harmonies of #D9AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC91

Black with #D9AC91

Text Example


Text Example

White with #D9AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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