#D8BE99

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

Shades of Raffia #D8BE99

Tints of Raffia #D8BE99

Color information

#D8BE99 (or 0xD8BE99) is unknown color: approx Raffia. HEX triplet: D8, BE and 99. RGB value is (216,190,153). Sum of RGB (Red+Green+Blue) = 216+190+153=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BE99 is #274166. Grayscale: #C1C1C1. Windows color (decimal): -2572647 or 10075864. OLE color: 10075864.

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

Color convert

RGB216190153-
CMYK00.120.290.15
HSL35.24º44.68%72.35%-
HSV(B)35.24º29.17%84.71%-
XYZ52.4853.7337.74-
YUV193.56105.11144.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=38.64%
G=33.99%
B=27.37%

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
Decimal21619015300.120.290.1535.2444.6872.35
HexD8BE990C1DF232d48
Octal33027623101435174355110
Binary110110001011111010011001011001110111111000111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BE99; }

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

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

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

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

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

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

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

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