#D8BF9F

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

Shades of Raffia #D8BF9F

Tints of Raffia #D8BF9F

Color information

#D8BF9F (or 0xD8BF9F) is unknown color: approx Raffia. HEX triplet: D8, BF and 9F. RGB value is (216,191,159). Sum of RGB (Red+Green+Blue) = 216+191+159=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BF9F is #274060. Grayscale: #C2C2C2. Windows color (decimal): -2572385 or 10469336. OLE color: 10469336.

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

Color convert

RGB216191159-
CMYK00.120.260.15
HSL33.68º42.22%73.53%-
HSV(B)33.68º26.39%84.71%-
XYZ53.2154.3640.49-
YUV194.83107.78143.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 159 (62.5% from 255) = 28.09%
R=38.16%
G=33.75%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619115900.120.260.1533.6842.2273.53
HexD8BF9F0C1AF222a4a
Octal33027723701432174252112
Binary110110001011111110011111011001101011111000101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BF9F; }

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

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

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

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

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

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

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

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