#D8AE93

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

Shades of Cashmere #D8AE93

Tints of Cashmere #D8AE93

Color information

#D8AE93 (or 0xD8AE93) is unknown color: approx Cashmere. HEX triplet: D8, AE and 93. RGB value is (216,174,147). Sum of RGB (Red+Green+Blue) = 216+174+147=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE93 is #27516C. Grayscale: #B7B7B7. Windows color (decimal): -2576749 or 9678552. OLE color: 9678552.

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

Color convert

RGB216174147-
CMYK00.190.320.15
HSL23.48º46.94%71.18%-
HSV(B)23.48º31.94%84.71%-
XYZ48.7246.9834.1-
YUV183.48107.41151.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=40.22%
G=32.40%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617414700.190.320.1523.4846.9471.18
HexD8AE9301320F172f47
Octal33025622302340172757107
Binary1101100010101110100100110100111000001111101111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE93; }

 p { color: rgb(216,174,147); }

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

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

 a { background-color: rgb(216,174,147); }

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

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

 span { border-color: rgb(216,174,147); }

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