#D6B393

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

Shades of Cashmere #D6B393

Tints of Cashmere #D6B393

Color information

#D6B393 (or 0xD6B393) is unknown color: approx Cashmere. HEX triplet: D6, B3 and 93. RGB value is (214,179,147). Sum of RGB (Red+Green+Blue) = 214+179+147=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B393 is #294C6C. Grayscale: #B9B9B9. Windows color (decimal): -2706541 or 9679830. OLE color: 9679830.

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

Color convert

RGB214179147-
CMYK00.160.310.16
HSL28.66º44.97%70.78%-
HSV(B)28.66º31.31%83.92%-
XYZ49.1248.6434.4-
YUV185.82106.1148.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 179 (70.31% from 255) = 33.15%
BLUE value IS 147 (57.81% from 255) = 27.22%
R=39.63%
G=33.15%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417914700.160.310.1628.6644.9770.78
HexD6B3930101F101d2d47
Octal32626322302037203555107
Binary1101011010110011100100110100001111110000111011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B393; }

 p { color: rgb(214,179,147); }

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

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

 a { background-color: rgb(214,179,147); }

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

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

 span { border-color: rgb(214,179,147); }

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