#D3AD93

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

Shades of Cashmere #D3AD93

Tints of Cashmere #D3AD93

Color information

#D3AD93 (or 0xD3AD93) is unknown color: approx Cashmere. HEX triplet: D3, AD and 93. RGB value is (211,173,147). Sum of RGB (Red+Green+Blue) = 211+173+147=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD93 is #2C526C. Grayscale: #B5B5B5. Windows color (decimal): -2904685 or 9678291. OLE color: 9678291.

HSL color Cylindrical-coordinate representation of color #D3AD93: hue angle of 24.38º 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 #D3AD93 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB211173147-
CMYK00.180.300.17
HSL24.38º42.11%70.2%-
HSV(B)24.38º30.33%82.75%-
XYZ47.0745.8433.97-
YUV181.4108.59149.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=39.74%
G=32.58%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117314700.180.300.1724.3842.1170.2
HexD3AD930121E11182a46
Octal32325522302236213052106
Binary1101001110101101100100110100101111010001110001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD93; }

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

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

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

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

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

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

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

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