Html Css Color HEX #D1AA93 Cashmere

📋 copy color: '#D1AA93'

red 209 ◦ green 170 ◦ blue 147

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

Shades of Cashmere #D1AA93

Tints of Cashmere #D1AA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 39.73%
G = 32.32%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D1AA93 (or 0xD1AA93) is known color: Cashmere. HEX triplet: D1, AA and 93. RGB value is (209,170,147). Sum of RGB (Red+Green+Blue) = 209+170+147=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA93 is #2E556C. Grayscale: #B3B3B3. Windows color (decimal): -3036525 or 9677521. OLE color: 9677521.

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

Color convert

RGB 209 170 147 -
CMYK 0 0.19 0.30 0.18
HSL 22.26º 0.4% 0.7% -
HSV(B) 22.26º 0.3% 0.82% -
XYZ 45.94 44.41 33.75 -
YUV 179.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 209 170 147 0 0.19 0.30 0.18 22.26 0.4 0.7
Hex D1 AA 93 0 13 1E 12 16 28 46
Octal 321 252 223 0 23 36 22 26 50 106
Binary 11010001 10101010 10010011 0 10011 11110 10010 10110 101000 1000110

Color Harmonies of #D1AA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA93

Black with #D1AA93

Text Example


Text Example

White with #D1AA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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