#D7C095

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

Shades of Raffia #D7C095

Tints of Raffia #D7C095

Color information

#D7C095 (or 0xD7C095) is unknown color: approx Raffia. HEX triplet: D7, C0 and 95. RGB value is (215,192,149). Sum of RGB (Red+Green+Blue) = 215+192+149=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C095 is #283F6A. Grayscale: #C2C2C2. Windows color (decimal): -2637675 or 9814231. OLE color: 9814231.

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

Color convert

RGB215192149-
CMYK00.110.310.16
HSL39.09º45.21%71.37%-
HSV(B)39.09º30.7%84.31%-
XYZ52.354.3236.16-
YUV193.97102.62143-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=38.67%
G=34.53%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519214900.110.310.1639.0945.2171.37
HexD7C0950B1F10272d47
Octal32730022501337204755107
Binary1101011111000000100101010101111111100001001111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C095; }

 p { color: rgb(215,192,149); }

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

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

 a { background-color: rgb(215,192,149); }

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

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

 span { border-color: rgb(215,192,149); }

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