#D8AD92

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

Shades of Cashmere #D8AD92

Tints of Cashmere #D8AD92

Color information

#D8AD92 (or 0xD8AD92) is unknown color: approx Cashmere. HEX triplet: D8, AD and 92. RGB value is (216,173,146). Sum of RGB (Red+Green+Blue) = 216+173+146=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD92 is #27526D. Grayscale: #B6B6B6. Windows color (decimal): -2577006 or 9612760. OLE color: 9612760.

HSL color Cylindrical-coordinate representation of color #D8AD92: hue angle of 23.14º 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 #D8AD92 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216173146-
CMYK00.200.320.15
HSL23.14º47.3%70.98%-
HSV(B)23.14º32.41%84.71%-
XYZ48.4546.5633.63-
YUV182.78107.25151.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=40.37%
G=32.34%
B=27.29%

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
Decimal21617314600.200.320.1523.1447.370.98
HexD8AD9201420F172f47
Octal33025522202440172757107
Binary1101100010101101100100100101001000001111101111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD92; }

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

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

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

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

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

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

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

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