Html Css Color HEX #D1AA96 Cashmere

📋 copy color: '#D1AA96'

red 209 ◦ green 170 ◦ blue 150

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

Shades of Cashmere #D1AA96

Tints of Cashmere #D1AA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.14%

 BLUE value IS 150 (58.98% from 255) = 28.36%

R = 39.51%
G = 32.14%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D1AA96 (or 0xD1AA96) is known color: Cashmere. HEX triplet: D1, AA and 96. RGB value is (209,170,150). Sum of RGB (Red+Green+Blue) = 209+170+150=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA96 is #2E5569. Grayscale: #B3B3B3. Windows color (decimal): -3036522 or 9874129. OLE color: 9874129.

HSL color Cylindrical-coordinate representation of color #D1AA96: hue angle of 20.34º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1AA96 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 150 -
CMYK 0 0.19 0.28 0.18
HSL 20.34º 0.39% 0.7% -
HSV(B) 20.34º 0.28% 0.82% -
XYZ 46.17 44.51 35.01 -
YUV 179.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 209 170 150 0 0.19 0.28 0.18 20.34 0.39 0.7
Hex D1 AA 96 0 13 1C 12 14 27 46
Octal 321 252 226 0 23 34 22 24 47 106
Binary 11010001 10101010 10010110 0 10011 11100 10010 10100 100111 1000110

Color Harmonies of #D1AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA96

Black with #D1AA96

Text Example


Text Example

White with #D1AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA96; }

 p { color: rgb(209,170,150); }

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

background-color css

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

 a { background-color: rgb(209,170,150); }

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

border-color css

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

 span { border-color: rgb(209,170,150); }

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