#D6AD96

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

Shades of Cashmere #D6AD96

Tints of Cashmere #D6AD96

Color information

#D6AD96 (or 0xD6AD96) is unknown color: approx Cashmere. HEX triplet: D6, AD and 96. RGB value is (214,173,150). Sum of RGB (Red+Green+Blue) = 214+173+150=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD96 is #295269. Grayscale: #B6B6B6. Windows color (decimal): -2708074 or 9874902. OLE color: 9874902.

HSL color Cylindrical-coordinate representation of color #D6AD96: hue angle of 21.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6AD96 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214173150-
CMYK00.190.300.16
HSL21.56º43.84%71.37%-
HSV(B)21.56º29.91%83.92%-
XYZ48.1846.3935.27-
YUV182.64109.58150.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=39.85%
G=32.22%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417315000.190.300.1621.5643.8471.37
HexD6AD960131E10162c47
Octal32625522602336202654107
Binary1101011010101101100101100100111111010000101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD96; }

 p { color: rgb(214,173,150); }

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

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

 a { background-color: rgb(214,173,150); }

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

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

 span { border-color: rgb(214,173,150); }

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