#D3B89C

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

Shades of Cashmere #D3B89C

Tints of Cashmere #D3B89C

Color information

#D3B89C (or 0xD3B89C) is unknown color: approx Cashmere. HEX triplet: D3, B8 and 9C. RGB value is (211,184,156). Sum of RGB (Red+Green+Blue) = 211+184+156=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B89C is #2C4763. Grayscale: #BDBDBD. Windows color (decimal): -2901860 or 10270931. OLE color: 10270931.

HSL color Cylindrical-coordinate representation of color #D3B89C: hue angle of 30.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3B89C is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB211184156-
CMYK00.130.260.17
HSL30.55º38.46%71.96%-
HSV(B)30.55º26.07%82.75%-
XYZ50.0150.5338.57-
YUV188.88109.45143.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.29%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 156 (61.33% from 255) = 28.31%
R=38.29%
G=33.39%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118415600.130.260.1730.5538.4671.96
HexD3B89C0D1A111f2648
Octal32327023401532213746110
Binary110100111011100010011100011011101010001111111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B89C; }

 p { color: rgb(211,184,156); }

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

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

 a { background-color: rgb(211,184,156); }

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

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

 span { border-color: rgb(211,184,156); }

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