#D8BD9B

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

Shades of Raffia #D8BD9B

Tints of Raffia #D8BD9B

Color information

#D8BD9B (or 0xD8BD9B) is unknown color: approx Raffia. HEX triplet: D8, BD and 9B. RGB value is (216,189,155). Sum of RGB (Red+Green+Blue) = 216+189+155=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BD9B is #274264. Grayscale: #C1C1C1. Windows color (decimal): -2572901 or 10206680. OLE color: 10206680.

HSL color Cylindrical-coordinate representation of color #D8BD9B: hue angle of 33.44º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8BD9B is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB216189155-
CMYK00.120.280.15
HSL33.44º43.88%72.75%-
HSV(B)33.44º28.24%84.71%-
XYZ52.4353.3638.55-
YUV193.2106.45144.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=38.57%
G=33.75%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618915500.120.280.1533.4443.8872.75
HexD8BD9B0C1CF212c49
Octal33027523301434174154111
Binary110110001011110110011011011001110011111000011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BD9B; }

 p { color: rgb(216,189,155); }

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

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

 a { background-color: rgb(216,189,155); }

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

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

 span { border-color: rgb(216,189,155); }

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