#D9C19F

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

Shades of Raffia #D9C19F

Tints of Raffia #D9C19F

Color information

#D9C19F (or 0xD9C19F) is unknown color: approx Raffia. HEX triplet: D9, C1 and 9F. RGB value is (217,193,159). Sum of RGB (Red+Green+Blue) = 217+193+159=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C19F is #263E60. Grayscale: #C4C4C4. Windows color (decimal): -2506337 or 10469849. OLE color: 10469849.

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

Color convert

RGB217193159-
CMYK00.110.270.15
HSL35.17º43.28%73.73%-
HSV(B)35.17º26.73%85.1%-
XYZ53.9455.3940.65-
YUV196.3106.95142.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=38.14%
G=33.92%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719315900.110.270.1535.1743.2873.73
HexD9C19F0B1BF232b4a
Octal33130123701333174353112
Binary110110011100000110011111010111101111111000111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C19F; }

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

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

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

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

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

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

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

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