#D8AD8F

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

Shades of Cashmere #D8AD8F

Tints of Cashmere #D8AD8F

Color information

#D8AD8F (or 0xD8AD8F) is unknown color: approx Cashmere. HEX triplet: D8, AD and 8F. RGB value is (216,173,143). Sum of RGB (Red+Green+Blue) = 216+173+143=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD8F is #275270. Grayscale: #B6B6B6. Windows color (decimal): -2577009 or 9416152. OLE color: 9416152.

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

Color convert

RGB216173143-
CMYK00.200.340.15
HSL24.66º48.34%70.39%-
HSV(B)24.66º33.8%84.71%-
XYZ48.2246.4732.41-
YUV182.44105.75151.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 143 (56.25% from 255) = 26.88%
R=40.60%
G=32.52%
B=26.88%

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
Decimal21617314300.200.340.1524.6648.3470.39
HexD8AD8F01422F193046
Octal33025521702442173160106
Binary1101100010101101100011110101001000101111110011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD8F; }

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

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

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

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

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

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

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

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