#D8AD93

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

Shades of Cashmere #D8AD93

Tints of Cashmere #D8AD93

Color information

#D8AD93 (or 0xD8AD93) is unknown color: approx Cashmere. HEX triplet: D8, AD and 93. RGB value is (216,173,147). Sum of RGB (Red+Green+Blue) = 216+173+147=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD93 is #27526C. Grayscale: #B7B7B7. Windows color (decimal): -2577005 or 9678296. OLE color: 9678296.

HSL color Cylindrical-coordinate representation of color #D8AD93: hue angle of 22.61º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8AD93 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216173147-
CMYK00.200.320.15
HSL22.61º46.94%71.18%-
HSV(B)22.61º31.94%84.71%-
XYZ48.5346.5934.04-
YUV182.89107.75151.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 147 (57.81% from 255) = 27.43%
R=40.30%
G=32.28%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617314700.200.320.1522.6146.9471.18
HexD8AD9301420F172f47
Octal33025522302440172757107
Binary1101100010101101100100110101001000001111101111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD93; }

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

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

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

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

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

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

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

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