Html Css Color HEX #D1AC9A Cashmere

📋 copy color: '#D1AC9A'

red 209 ◦ green 172 ◦ blue 154

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

Shades of Cashmere #D1AC9A

Tints of Cashmere #D1AC9A

RGB

 RED value IS 209 (82.03% from 255) = 39.07%

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

 BLUE value IS 154 (60.55% from 255) = 28.79%

R = 39.07%
G = 32.15%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1AC9A (or 0xD1AC9A) is known color: Cashmere. HEX triplet: D1, AC and 9A. RGB value is (209,172,154). Sum of RGB (Red+Green+Blue) = 209+172+154=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC9A is #2E5365. Grayscale: #B5B5B5. Windows color (decimal): -3036006 or 10136785. OLE color: 10136785.

HSL color Cylindrical-coordinate representation of color #D1AC9A: hue angle of 19.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1AC9A is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 154 -
CMYK 0 0.18 0.26 0.18
HSL 19.64º 0.37% 0.71% -
HSV(B) 19.64º 0.26% 0.82% -
XYZ 46.88 45.39 36.86 -
YUV 181.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 209 172 154 0 0.18 0.26 0.18 19.64 0.37 0.71
Hex D1 AC 9A 0 12 1A 12 14 25 47
Octal 321 254 232 0 22 32 22 24 45 107
Binary 11010001 10101100 10011010 0 10010 11010 10010 10100 100101 1000111

Color Harmonies of #D1AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC9A

Black with #D1AC9A

Text Example


Text Example

White with #D1AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC9A; }

 p { color: rgb(209,172,154); }

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

background-color css

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

 a { background-color: rgb(209,172,154); }

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

border-color css

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

 span { border-color: rgb(209,172,154); }

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