#D8BF9C

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

Shades of Raffia #D8BF9C

Tints of Raffia #D8BF9C

Color information

#D8BF9C (or 0xD8BF9C) is unknown color: approx Raffia. HEX triplet: D8, BF and 9C. RGB value is (216,191,156). Sum of RGB (Red+Green+Blue) = 216+191+156=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BF9C is #274063. Grayscale: #C2C2C2. Windows color (decimal): -2572388 or 10272728. OLE color: 10272728.

HSL color Cylindrical-coordinate representation of color #D8BF9C: hue angle of 35º degrees, saturation: 0.43, 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 #D8BF9C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB216191156-
CMYK00.120.280.15
HSL35º43.48%72.94%-
HSV(B)35º27.78%84.71%-
XYZ52.9554.2639.14-
YUV194.48106.28143.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=38.37%
G=33.93%
B=27.71%

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
Decimal21619115600.120.280.153543.4872.94
HexD8BF9C0C1CF232b49
Octal33027723401434174353111
Binary110110001011111110011100011001110011111000111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BF9C; }

 p { color: rgb(216,191,156); }

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

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

 a { background-color: rgb(216,191,156); }

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

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

 span { border-color: rgb(216,191,156); }

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