#D6B39D

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

Shades of Cashmere #D6B39D

Tints of Cashmere #D6B39D

Color information

#D6B39D (or 0xD6B39D) is unknown color: approx Cashmere. HEX triplet: D6, B3 and 9D. RGB value is (214,179,157). Sum of RGB (Red+Green+Blue) = 214+179+157=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B39D is #294C62. Grayscale: #BBBBBB. Windows color (decimal): -2706531 or 10335190. OLE color: 10335190.

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

Color convert

RGB214179157-
CMYK00.160.270.16
HSL23.16º41.01%72.75%-
HSV(B)23.16º26.64%83.92%-
XYZ49.9448.9738.72-
YUV186.96111.1147.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=38.91%
G=32.55%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417915700.160.270.1623.1641.0172.75
HexD6B39D0101B10172949
Octal32626323502033202751111
Binary1101011010110011100111010100001101110000101111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B39D; }

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

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

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

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

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

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

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

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