#D6B49D

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

Shades of Cashmere #D6B49D

Tints of Cashmere #D6B49D

Color information

#D6B49D (or 0xD6B49D) is unknown color: approx Cashmere. HEX triplet: D6, B4 and 9D. RGB value is (214,180,157). Sum of RGB (Red+Green+Blue) = 214+180+157=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B49D is #294B62. Grayscale: #BBBBBB. Windows color (decimal): -2706275 or 10335446. OLE color: 10335446.

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

Color convert

RGB214180157-
CMYK00.160.270.16
HSL24.21º41.01%72.75%-
HSV(B)24.21º26.64%83.92%-
XYZ50.1449.3738.79-
YUV187.54110.76146.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=38.84%
G=32.67%
B=28.49%

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
Decimal21418015700.160.270.1624.2141.0172.75
HexD6B49D0101B10182949
Octal32626423502033203051111
Binary1101011010110100100111010100001101110000110001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B49D; }

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

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

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

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

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

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

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

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