#D3B59B

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

Shades of Cashmere #D3B59B

Tints of Cashmere #D3B59B

Color information

#D3B59B (or 0xD3B59B) is unknown color: approx Cashmere. HEX triplet: D3, B5 and 9B. RGB value is (211,181,155). Sum of RGB (Red+Green+Blue) = 211+181+155=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B59B is #2C4A64. Grayscale: #BBBBBB. Windows color (decimal): -2902629 or 10204627. OLE color: 10204627.

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

Color convert

RGB211181155-
CMYK00.140.270.17
HSL27.86º38.89%71.76%-
HSV(B)27.86º26.54%82.75%-
XYZ49.349.2637.92-
YUV187.01109.94145.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.57%
GREEN value IS 181 (71.09% from 255) = 33.09%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=38.57%
G=33.09%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118115500.140.270.1727.8638.8971.76
HexD3B59B0E1B111c2748
Octal32326523301633213447110
Binary110100111011010110011011011101101110001111001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B59B; }

 p { color: rgb(211,181,155); }

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

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

 a { background-color: rgb(211,181,155); }

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

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

 span { border-color: rgb(211,181,155); }

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