#D9C195

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

Shades of Raffia #D9C195

Tints of Raffia #D9C195

Color information

#D9C195 (or 0xD9C195) is unknown color: approx Raffia. HEX triplet: D9, C1 and 95. RGB value is (217,193,149). Sum of RGB (Red+Green+Blue) = 217+193+149=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C195 is #263E6A. Grayscale: #C3C3C3. Windows color (decimal): -2506347 or 9814489. OLE color: 9814489.

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

Color convert

RGB217193149-
CMYK00.110.310.15
HSL38.82º47.22%71.76%-
HSV(B)38.82º31.34%85.1%-
XYZ53.1155.0636.26-
YUV195.16101.95143.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=38.82%
G=34.53%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719314900.110.310.1538.8247.2271.76
HexD9C1950B1FF272f48
Octal33130122501337174757110
Binary110110011100000110010101010111111111111001111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C195; }

 p { color: rgb(217,193,149); }

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

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

 a { background-color: rgb(217,193,149); }

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

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

 span { border-color: rgb(217,193,149); }

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