#D3AF9C

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

Shades of Cashmere #D3AF9C

Tints of Cashmere #D3AF9C

Color information

#D3AF9C (or 0xD3AF9C) is unknown color: approx Cashmere. HEX triplet: D3, AF and 9C. RGB value is (211,175,156). Sum of RGB (Red+Green+Blue) = 211+175+156=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AF9C is #2C5063. Grayscale: #B7B7B7. Windows color (decimal): -2904164 or 10268627. OLE color: 10268627.

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

Color convert

RGB211175156-
CMYK00.170.260.17
HSL20.73º38.46%71.96%-
HSV(B)20.73º26.07%82.75%-
XYZ48.1946.9137.97-
YUV183.6112.43147.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.93%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=38.93%
G=32.29%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117515600.170.260.1720.7338.4671.96
HexD3AF9C0111A11152648
Octal32325723402132212546110
Binary1101001110101111100111000100011101010001101011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AF9C; }

 p { color: rgb(211,175,156); }

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

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

 a { background-color: rgb(211,175,156); }

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

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

 span { border-color: rgb(211,175,156); }

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