#D3AE9B

Color #D3AE9B Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #D3AE9B

Tints of Cashmere #D3AE9B

Color information

#D3AE9B (or 0xD3AE9B) is unknown color: approx Cashmere. HEX triplet: D3, AE and 9B. RGB value is (211,174,155). Sum of RGB (Red+Green+Blue) = 211+174+155=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AE9B is #2C5164. Grayscale: #B7B7B7. Windows color (decimal): -2904421 or 10202835. OLE color: 10202835.

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

Color convert

RGB211174155-
CMYK00.180.270.17
HSL20.36º38.89%71.76%-
HSV(B)20.36º26.54%82.75%-
XYZ47.9246.4937.46-
YUV182.9112.26148.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.07%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=39.07%
G=32.22%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117415500.180.270.1720.3638.8971.76
HexD3AE9B0121B11142748
Octal32325623302233212447110
Binary1101001110101110100110110100101101110001101001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AE9B; }

 p { color: rgb(211,174,155); }

 H1.HeaderClassName
 {
   color: #D3AE9B;
 }
 .AnyTagClassName
 {
   color: #D3AE9B;
 }
</style>
background-color css

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

 a { background-color: rgb(211,174,155); }

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

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

 span { border-color: rgb(211,174,155); }

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