#D9C295

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

Shades of Raffia #D9C295

Tints of Raffia #D9C295

Color information

#D9C295 (or 0xD9C295) is unknown color: approx Raffia. HEX triplet: D9, C2 and 95. RGB value is (217,194,149). Sum of RGB (Red+Green+Blue) = 217+194+149=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C295 is #263D6A. Grayscale: #C3C3C3. Windows color (decimal): -2506091 or 9814745. OLE color: 9814745.

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

Color convert

RGB217194149-
CMYK00.110.310.15
HSL39.71º47.22%71.76%-
HSV(B)39.71º31.34%85.1%-
XYZ53.3355.5136.34-
YUV195.75101.62143.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 194 (76.17% from 255) = 34.64%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=38.75%
G=34.64%
B=26.61%

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
Decimal21719414900.110.310.1539.7147.2271.76
HexD9C2950B1FF282f48
Octal33130222501337175057110
Binary110110011100001010010101010111111111111010001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C295; }

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

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

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

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

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

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

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

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