#D9BF9B

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

Shades of Raffia #D9BF9B

Tints of Raffia #D9BF9B

Color information

#D9BF9B (or 0xD9BF9B) is unknown color: approx Raffia. HEX triplet: D9, BF and 9B. RGB value is (217,191,155). Sum of RGB (Red+Green+Blue) = 217+191+155=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF9B is #264064. Grayscale: #C2C2C2. Windows color (decimal): -2506853 or 10207193. OLE color: 10207193.

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

Color convert

RGB217191155-
CMYK00.120.290.15
HSL34.84º44.93%72.94%-
HSV(B)34.84º28.57%85.1%-
XYZ53.1654.3838.7-
YUV194.67105.61143.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=38.54%
G=33.93%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719115500.120.290.1534.8444.9372.94
HexD9BF9B0C1DF232d49
Octal33127723301435174355111
Binary110110011011111110011011011001110111111000111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BF9B; }

 p { color: rgb(217,191,155); }

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

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

 a { background-color: rgb(217,191,155); }

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

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

 span { border-color: rgb(217,191,155); }

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