#D3B39B

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

Shades of Cashmere #D3B39B

Tints of Cashmere #D3B39B

Color information

#D3B39B (or 0xD3B39B) is unknown color: approx Cashmere. HEX triplet: D3, B3 and 9B. RGB value is (211,179,155). Sum of RGB (Red+Green+Blue) = 211+179+155=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B39B is #2C4C64. Grayscale: #B9B9B9. Windows color (decimal): -2903141 or 10204115. OLE color: 10204115.

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

Color convert

RGB211179155-
CMYK00.150.270.17
HSL25.71º38.89%71.76%-
HSV(B)25.71º26.54%82.75%-
XYZ48.948.4637.79-
YUV185.83110.6145.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.72%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=38.72%
G=32.84%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117915500.150.270.1725.7138.8971.76
HexD3B39B0F1B111a2748
Octal32326323301733213247110
Binary110100111011001110011011011111101110001110101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B39B; }

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

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

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

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

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

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

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

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