#D3AD8F

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

Shades of Cashmere #D3AD8F

Tints of Cashmere #D3AD8F

Color information

#D3AD8F (or 0xD3AD8F) is unknown color: approx Cashmere. HEX triplet: D3, AD and 8F. RGB value is (211,173,143). Sum of RGB (Red+Green+Blue) = 211+173+143=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD8F is #2C5270. Grayscale: #B5B5B5. Windows color (decimal): -2904689 or 9416147. OLE color: 9416147.

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

Color convert

RGB211173143-
CMYK00.180.320.17
HSL26.47º43.59%69.41%-
HSV(B)26.47º32.23%82.75%-
XYZ46.7745.7232.35-
YUV180.94106.59149.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=40.04%
G=32.83%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117314300.180.320.1726.4743.5969.41
HexD3AD8F01220111a2c45
Octal32325521702240213254105
Binary11010011101011011000111101001010000010001110101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD8F; }

 p { color: rgb(211,173,143); }

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

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

 a { background-color: rgb(211,173,143); }

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

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

 span { border-color: rgb(211,173,143); }

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