#D6AD95

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

Shades of Cashmere #D6AD95

Tints of Cashmere #D6AD95

Color information

#D6AD95 (or 0xD6AD95) is unknown color: approx Cashmere. HEX triplet: D6, AD and 95. RGB value is (214,173,149). Sum of RGB (Red+Green+Blue) = 214+173+149=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD95 is #29526A. Grayscale: #B6B6B6. Windows color (decimal): -2708075 or 9809366. OLE color: 9809366.

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

Color convert

RGB214173149-
CMYK00.190.300.16
HSL22.15º44.22%71.18%-
HSV(B)22.15º30.37%83.92%-
XYZ48.146.3534.85-
YUV182.52109.08150.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=39.93%
G=32.28%
B=27.80%

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
Decimal21417314900.190.300.1622.1544.2271.18
HexD6AD950131E10162c47
Octal32625522502336202654107
Binary1101011010101101100101010100111111010000101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD95; }

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

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

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

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

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

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

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

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