#D7BF9F

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

Shades of Raffia #D7BF9F

Tints of Raffia #D7BF9F

Color information

#D7BF9F (or 0xD7BF9F) is unknown color: approx Raffia. HEX triplet: D7, BF and 9F. RGB value is (215,191,159). Sum of RGB (Red+Green+Blue) = 215+191+159=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BF9F is #284060. Grayscale: #C2C2C2. Windows color (decimal): -2637921 or 10469335. OLE color: 10469335.

HSL color Cylindrical-coordinate representation of color #D7BF9F: hue angle of 34.29º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7BF9F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215191159-
CMYK00.110.260.16
HSL34.29º41.18%73.33%-
HSV(B)34.29º26.05%84.31%-
XYZ52.9154.2140.48-
YUV194.53107.95142.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 159 (62.5% from 255) = 28.14%
R=38.05%
G=33.81%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519115900.110.260.1634.2941.1873.33
HexD7BF9F0B1A10222949
Octal32727723701332204251111
Binary1101011110111111100111110101111010100001000101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BF9F; }

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

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

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

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

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

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

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

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