#D9BF98

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

Shades of Raffia #D9BF98

Tints of Raffia #D9BF98

Color information

#D9BF98 (or 0xD9BF98) is unknown color: approx Raffia. HEX triplet: D9, BF and 98. RGB value is (217,191,152). Sum of RGB (Red+Green+Blue) = 217+191+152=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF98 is #264067. Grayscale: #C2C2C2. Windows color (decimal): -2506856 or 10010585. OLE color: 10010585.

HSL color Cylindrical-coordinate representation of color #D9BF98: hue angle of 36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9BF98 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217191152-
CMYK00.120.300.15
HSL36º46.1%72.35%-
HSV(B)36º29.95%85.1%-
XYZ52.9154.2837.39-
YUV194.33104.11144.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=38.75%
G=34.11%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719115200.120.300.153646.172.35
HexD9BF980C1EF242e48
Octal33127723001436174456110
Binary110110011011111110011000011001111011111001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BF98; }

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

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

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

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

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

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

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

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