#D7BF99

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

Shades of Raffia #D7BF99

Tints of Raffia #D7BF99

Color information

#D7BF99 (or 0xD7BF99) is unknown color: approx Raffia. HEX triplet: D7, BF and 99. RGB value is (215,191,153). Sum of RGB (Red+Green+Blue) = 215+191+153=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BF99 is #284066. Grayscale: #C2C2C2. Windows color (decimal): -2637927 or 10076119. OLE color: 10076119.

HSL color Cylindrical-coordinate representation of color #D7BF99: hue angle of 36.77º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7BF99 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB215191153-
CMYK00.110.290.16
HSL36.77º43.66%72.16%-
HSV(B)36.77º28.84%84.31%-
XYZ52.454.0137.8-
YUV193.84104.95143.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=38.46%
G=34.17%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519115300.110.290.1636.7743.6672.16
HexD7BF990B1D10252c48
Octal32727723101335204554110
Binary1101011110111111100110010101111101100001001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BF99; }

 p { color: rgb(215,191,153); }

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

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

 a { background-color: rgb(215,191,153); }

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

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

 span { border-color: rgb(215,191,153); }

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