#D9C097

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

Shades of Raffia #D9C097

Tints of Raffia #D9C097

Color information

#D9C097 (or 0xD9C097) is unknown color: approx Raffia. HEX triplet: D9, C0 and 97. RGB value is (217,192,151). Sum of RGB (Red+Green+Blue) = 217+192+151=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C097 is #263F68. Grayscale: #C2C2C2. Windows color (decimal): -2506601 or 9945305. OLE color: 9945305.

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

Color convert

RGB217192151-
CMYK00.120.300.15
HSL37.27º46.48%72.16%-
HSV(B)37.27º30.41%85.1%-
XYZ53.0554.6937.04-
YUV194.8103.28143.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=38.75%
G=34.29%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719215100.120.300.1537.2746.4872.16
HexD9C0970C1EF252e48
Octal33130022701436174556110
Binary110110011100000010010111011001111011111001011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C097; }

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

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

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

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

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

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

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

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