#D6B899

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

Shades of Cashmere #D6B899

Tints of Cashmere #D6B899

Color information

#D6B899 (or 0xD6B899) is unknown color: approx Cashmere. HEX triplet: D6, B8 and 99. RGB value is (214,184,153). Sum of RGB (Red+Green+Blue) = 214+184+153=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B899 is #294766. Grayscale: #BDBDBD. Windows color (decimal): -2705255 or 10074326. OLE color: 10074326.

HSL color Cylindrical-coordinate representation of color #D6B899: hue angle of 30.49º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B899 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214184153-
CMYK00.140.290.16
HSL30.49º42.66%71.96%-
HSV(B)30.49º28.5%83.92%-
XYZ50.6250.8837.29-
YUV189.44107.44145.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 153 (60.16% from 255) = 27.77%
R=38.84%
G=33.39%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418415300.140.290.1630.4942.6671.96
HexD6B8990E1D101e2b48
Octal32627023101635203653110
Binary110101101011100010011001011101110110000111101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B899; }

 p { color: rgb(214,184,153); }

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

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

 a { background-color: rgb(214,184,153); }

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

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

 span { border-color: rgb(214,184,153); }

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