#D3B89E

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

Shades of Cashmere #D3B89E

Tints of Cashmere #D3B89E

Color information

#D3B89E (or 0xD3B89E) is unknown color: approx Cashmere. HEX triplet: D3, B8 and 9E. RGB value is (211,184,158). Sum of RGB (Red+Green+Blue) = 211+184+158=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B89E is #2C4761. Grayscale: #BDBDBD. Windows color (decimal): -2901858 or 10402003. OLE color: 10402003.

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

Color convert

RGB211184158-
CMYK00.130.250.17
HSL29.43º37.59%72.35%-
HSV(B)29.43º25.12%82.75%-
XYZ50.1850.639.47-
YUV189.11110.45143.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.16%
GREEN value IS 184 (72.27% from 255) = 33.27%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=38.16%
G=33.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118415800.130.250.1729.4337.5972.35
HexD3B89E0D19111d2648
Octal32327023601531213546110
Binary110100111011100010011110011011100110001111011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B89E; }

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

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

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

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

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

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

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

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