#D3B59A

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

Shades of Cashmere #D3B59A

Tints of Cashmere #D3B59A

Color information

#D3B59A (or 0xD3B59A) is unknown color: approx Cashmere. HEX triplet: D3, B5 and 9A. RGB value is (211,181,154). Sum of RGB (Red+Green+Blue) = 211+181+154=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B59A is #2C4A65. Grayscale: #BBBBBB. Windows color (decimal): -2902630 or 10139091. OLE color: 10139091.

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

Color convert

RGB211181154-
CMYK00.140.270.17
HSL28.42º39.31%71.57%-
HSV(B)28.42º27.01%82.75%-
XYZ49.2249.2337.48-
YUV186.89109.44145.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=38.64%
G=33.15%
B=28.21%

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
Decimal21118115400.140.270.1728.4239.3171.57
HexD3B59A0E1B111c2748
Octal32326523201633213447110
Binary110100111011010110011010011101101110001111001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B59A; }

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

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

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

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

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

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

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

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