#D8BE9E

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

Shades of Raffia #D8BE9E

Tints of Raffia #D8BE9E

Color information

#D8BE9E (or 0xD8BE9E) is unknown color: approx Raffia. HEX triplet: D8, BE and 9E. RGB value is (216,190,158). Sum of RGB (Red+Green+Blue) = 216+190+158=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BE9E is #274161. Grayscale: #C2C2C2. Windows color (decimal): -2572642 or 10403544. OLE color: 10403544.

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

Color convert

RGB216190158-
CMYK00.120.270.15
HSL33.1º42.65%73.33%-
HSV(B)33.1º26.85%84.71%-
XYZ52.953.8939.96-
YUV194.13107.61143.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=38.30%
G=33.69%
B=28.01%

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
Decimal21619015800.120.270.1533.142.6573.33
HexD8BE9E0C1BF212b49
Octal33027623601433174153111
Binary110110001011111010011110011001101111111000011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BE9E; }

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

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

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

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

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

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

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

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