#D9AD8F

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

Shades of Cashmere #D9AD8F

Tints of Cashmere #D9AD8F

Color information

#D9AD8F (or 0xD9AD8F) is unknown color: approx Cashmere. HEX triplet: D9, AD and 8F. RGB value is (217,173,143). Sum of RGB (Red+Green+Blue) = 217+173+143=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD8F is #265270. Grayscale: #B6B6B6. Windows color (decimal): -2511473 or 9416153. OLE color: 9416153.

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

Color convert

RGB217173143-
CMYK00.200.340.15
HSL24.32º49.33%70.59%-
HSV(B)24.32º34.1%85.1%-
XYZ48.5246.6232.43-
YUV182.74105.58152.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 143 (56.25% from 255) = 26.83%
R=40.71%
G=32.46%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717314300.200.340.1524.3249.3370.59
HexD9AD8F01422F183147
Octal33125521702442173061107
Binary1101100110101101100011110101001000101111110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD8F; }

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

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

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

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

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

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

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

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