#D7BE99

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

Shades of Raffia #D7BE99

Tints of Raffia #D7BE99

Color information

#D7BE99 (or 0xD7BE99) is unknown color: approx Raffia. HEX triplet: D7, BE and 99. RGB value is (215,190,153). Sum of RGB (Red+Green+Blue) = 215+190+153=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BE99 is #284166. Grayscale: #C1C1C1. Windows color (decimal): -2638183 or 10075863. OLE color: 10075863.

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

Color convert

RGB215190153-
CMYK00.120.290.16
HSL35.81º43.66%72.16%-
HSV(B)35.81º28.84%84.31%-
XYZ52.1953.5737.73-
YUV193.26105.28143.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=38.53%
G=34.05%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519015300.120.290.1635.8143.6672.16
HexD7BE990C1D10242c48
Octal32727623101435204454110
Binary1101011110111110100110010110011101100001001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BE99; }

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

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

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

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

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

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

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

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