Html Css Color HEX #D1AC99 Cashmere

📋 copy color: '#D1AC99'

red 209 ◦ green 172 ◦ blue 153

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

Shades of Cashmere #D1AC99

Tints of Cashmere #D1AC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.65%

R = 39.14%
G = 32.21%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D1AC99 (or 0xD1AC99) is known color: Cashmere. HEX triplet: D1, AC and 99. RGB value is (209,172,153). Sum of RGB (Red+Green+Blue) = 209+172+153=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC99 is #2E5366. Grayscale: #B5B5B5. Windows color (decimal): -3036007 or 10071249. OLE color: 10071249.

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

Color convert

RGB 209 172 153 -
CMYK 0 0.18 0.27 0.18
HSL 20.36º 0.38% 0.71% -
HSV(B) 20.36º 0.27% 0.82% -
XYZ 46.8 45.36 36.43 -
YUV 180.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 209 172 153 0 0.18 0.27 0.18 20.36 0.38 0.71
Hex D1 AC 99 0 12 1B 12 14 26 47
Octal 321 254 231 0 22 33 22 24 46 107
Binary 11010001 10101100 10011001 0 10010 11011 10010 10100 100110 1000111

Color Harmonies of #D1AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC99

Black with #D1AC99

Text Example


Text Example

White with #D1AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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