#D9BE9E

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

Shades of Raffia #D9BE9E

Tints of Raffia #D9BE9E

Color information

#D9BE9E (or 0xD9BE9E) is unknown color: approx Raffia. HEX triplet: D9, BE and 9E. RGB value is (217,190,158). Sum of RGB (Red+Green+Blue) = 217+190+158=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE9E is #264161. Grayscale: #C2C2C2. Windows color (decimal): -2507106 or 10403545. OLE color: 10403545.

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

Color convert

RGB217190158-
CMYK00.120.270.15
HSL32.54º43.7%73.53%-
HSV(B)32.54º27.19%85.1%-
XYZ53.254.0539.98-
YUV194.42107.45144.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=38.41%
G=33.63%
B=27.96%

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
Decimal21719015800.120.270.1532.5443.773.53
HexD9BE9E0C1BF212c4a
Octal33127623601433174154112
Binary110110011011111010011110011001101111111000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BE9E; }

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

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

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

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

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

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

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

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