Html Css Color HEX #D1AA94 Cashmere

📋 copy color: '#D1AA94'

red 209 ◦ green 170 ◦ blue 148

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

Shades of Cashmere #D1AA94

Tints of Cashmere #D1AA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.08%

R = 39.66%
G = 32.26%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D1AA94 (or 0xD1AA94) is known color: Cashmere. HEX triplet: D1, AA and 94. RGB value is (209,170,148). Sum of RGB (Red+Green+Blue) = 209+170+148=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA94 is #2E556B. Grayscale: #B3B3B3. Windows color (decimal): -3036524 or 9743057. OLE color: 9743057.

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

Color convert

RGB 209 170 148 -
CMYK 0 0.19 0.29 0.18
HSL 21.64º 0.4% 0.7% -
HSV(B) 21.64º 0.29% 0.82% -
XYZ 46.01 44.44 34.17 -
YUV 179.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 209 170 148 0 0.19 0.29 0.18 21.64 0.4 0.7
Hex D1 AA 94 0 13 1D 12 16 28 46
Octal 321 252 224 0 23 35 22 26 50 106
Binary 11010001 10101010 10010100 0 10011 11101 10010 10110 101000 1000110

Color Harmonies of #D1AA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA94

Black with #D1AA94

Text Example


Text Example

White with #D1AA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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