#D8BF9A

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

Shades of Raffia #D8BF9A

Tints of Raffia #D8BF9A

Color information

#D8BF9A (or 0xD8BF9A) is unknown color: approx Raffia. HEX triplet: D8, BF and 9A. RGB value is (216,191,154). Sum of RGB (Red+Green+Blue) = 216+191+154=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BF9A is #274065. Grayscale: #C2C2C2. Windows color (decimal): -2572390 or 10141656. OLE color: 10141656.

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

Color convert

RGB216191154-
CMYK00.120.290.15
HSL35.81º44.29%72.55%-
HSV(B)35.81º28.7%84.71%-
XYZ52.7854.1938.25-
YUV194.26105.28143.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=38.50%
G=34.05%
B=27.45%

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
Decimal21619115400.120.290.1535.8144.2972.55
HexD8BF9A0C1DF242c49
Octal33027723201435174454111
Binary110110001011111110011010011001110111111001001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BF9A; }

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

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

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

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

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

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

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

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