Html Css Color HEX #D3AA94 Cashmere

📋 copy color: '#D3AA94'

red 211 ◦ green 170 ◦ blue 148

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

Shades of Cashmere #D3AA94

Tints of Cashmere #D3AA94

RGB

 RED value IS 211 (82.81% from 255) = 39.89%

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

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

R = 39.89%
G = 32.14%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D3AA94 (or 0xD3AA94) is known color: Cashmere. HEX triplet: D3, AA and 94. RGB value is (211,170,148). Sum of RGB (Red+Green+Blue) = 211+170+148=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AA94 is #2C556B. Grayscale: #B3B3B3. Windows color (decimal): -2905452 or 9743059. OLE color: 9743059.

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

Color convert

RGB 211 170 148 -
CMYK 0 0.19 0.30 0.17
HSL 20.95º 0.42% 0.7% -
HSV(B) 20.95º 0.3% 0.83% -
XYZ 46.58 44.74 34.2 -
YUV 179.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 211 170 148 0 0.19 0.30 0.17 20.95 0.42 0.7
Hex D3 AA 94 0 13 1E 11 15 2A 46
Octal 323 252 224 0 23 36 21 25 52 106
Binary 11010011 10101010 10010100 0 10011 11110 10001 10101 101010 1000110

Color Harmonies of #D3AA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AA94

Black with #D3AA94

Text Example


Text Example

White with #D3AA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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