#D9BF9E

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

Shades of Raffia #D9BF9E

Tints of Raffia #D9BF9E

Color information

#D9BF9E (or 0xD9BF9E) is unknown color: approx Raffia. HEX triplet: D9, BF and 9E. RGB value is (217,191,158). Sum of RGB (Red+Green+Blue) = 217+191+158=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF9E is #264061. Grayscale: #C3C3C3. Windows color (decimal): -2506850 or 10403801. OLE color: 10403801.

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

Color convert

RGB217191158-
CMYK00.120.270.15
HSL33.56º43.7%73.53%-
HSV(B)33.56º27.19%85.1%-
XYZ53.4254.4840.05-
YUV195.01107.11143.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=38.34%
G=33.75%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719115800.120.270.1533.5643.773.53
HexD9BF9E0C1BF222c4a
Octal33127723601433174254112
Binary110110011011111110011110011001101111111000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BF9E; }

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

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

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

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

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

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

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

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