#D5AD8F

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

Shades of Cashmere #D5AD8F

Tints of Cashmere #D5AD8F

Color information

#D5AD8F (or 0xD5AD8F) is unknown color: approx Cashmere. HEX triplet: D5, AD and 8F. RGB value is (213,173,143). Sum of RGB (Red+Green+Blue) = 213+173+143=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD8F is #2A5270. Grayscale: #B5B5B5. Windows color (decimal): -2773617 or 9416149. OLE color: 9416149.

HSL color Cylindrical-coordinate representation of color #D5AD8F: hue angle of 25.71º degrees, saturation: 0.45, 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 #D5AD8F is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213173143-
CMYK00.190.330.16
HSL25.71º45.45%69.8%-
HSV(B)25.71º32.86%83.53%-
XYZ47.3446.0232.37-
YUV181.54106.25150.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=40.26%
G=32.70%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317314300.190.330.1625.7145.4569.8
HexD5AD8F01321101a2d46
Octal32525521702341203255106
Binary11010101101011011000111101001110000110000110101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD8F; }

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

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

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

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

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

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

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

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