#D9AD94

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

Shades of Cashmere #D9AD94

Tints of Cashmere #D9AD94

Color information

#D9AD94 (or 0xD9AD94) is unknown color: approx Cashmere. HEX triplet: D9, AD and 94. RGB value is (217,173,148). Sum of RGB (Red+Green+Blue) = 217+173+148=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD94 is #26526B. Grayscale: #B7B7B7. Windows color (decimal): -2511468 or 9743833. OLE color: 9743833.

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

Color convert

RGB217173148-
CMYK00.200.320.15
HSL21.74º47.59%71.57%-
HSV(B)21.74º31.8%85.1%-
XYZ48.946.7834.47-
YUV183.31108.08152.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=40.33%
G=32.16%
B=27.51%

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
Decimal21717314800.200.320.1521.7447.5971.57
HexD9AD9401420F163048
Octal33125522402440172660110
Binary1101100110101101100101000101001000001111101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD94; }

 p { color: rgb(217,173,148); }

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

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

 a { background-color: rgb(217,173,148); }

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

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

 span { border-color: rgb(217,173,148); }

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