#D7AD8F

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

Shades of Cashmere #D7AD8F

Tints of Cashmere #D7AD8F

Color information

#D7AD8F (or 0xD7AD8F) is unknown color: approx Cashmere. HEX triplet: D7, AD and 8F. RGB value is (215,173,143). Sum of RGB (Red+Green+Blue) = 215+173+143=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD8F is #285270. Grayscale: #B6B6B6. Windows color (decimal): -2642545 or 9416151. OLE color: 9416151.

HSL color Cylindrical-coordinate representation of color #D7AD8F: hue angle of 25º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7AD8F is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215173143-
CMYK00.200.330.16
HSL25º47.37%70.2%-
HSV(B)25º33.49%84.31%-
XYZ47.9346.3232.4-
YUV182.14105.91151.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 143 (56.25% from 255) = 26.93%
R=40.49%
G=32.58%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517314300.200.330.162547.3770.2
HexD7AD8F0142110192f46
Octal32725521702441203157106
Binary11010111101011011000111101010010000110000110011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD8F; }

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

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

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

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

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

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

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

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