#D9C197

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

Shades of Raffia #D9C197

Tints of Raffia #D9C197

Color information

#D9C197 (or 0xD9C197) is unknown color: approx Raffia. HEX triplet: D9, C1 and 97. RGB value is (217,193,151). Sum of RGB (Red+Green+Blue) = 217+193+151=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C197 is #263E68. Grayscale: #C3C3C3. Windows color (decimal): -2506345 or 9945561. OLE color: 9945561.

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

Color convert

RGB217193151-
CMYK00.110.300.15
HSL38.18º46.48%72.16%-
HSV(B)38.18º30.41%85.1%-
XYZ53.2755.1337.11-
YUV195.39102.95143.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=38.68%
G=34.40%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719315100.110.300.1538.1846.4872.16
HexD9C1970B1EF262e48
Octal33130122701336174656110
Binary110110011100000110010111010111111011111001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C197; }

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

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

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

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

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

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

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

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