#D9C39C

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

Shades of Raffia #D9C39C

Tints of Raffia #D9C39C

Color information

#D9C39C (or 0xD9C39C) is unknown color: approx Raffia. HEX triplet: D9, C3 and 9C. RGB value is (217,195,156). Sum of RGB (Red+Green+Blue) = 217+195+156=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C39C is #263C63. Grayscale: #C5C5C5. Windows color (decimal): -2505828 or 10273753. OLE color: 10273753.

HSL color Cylindrical-coordinate representation of color #D9C39C: hue angle of 38.36º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9C39C is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217195156-
CMYK00.100.280.15
HSL38.36º44.53%73.14%-
HSV(B)38.36º28.11%85.1%-
XYZ54.1356.1839.44-
YUV197.13104.79142.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=38.20%
G=34.33%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719515600.100.280.1538.3644.5373.14
HexD9C39C0A1CF262d49
Octal33130323401234174655111
Binary110110011100001110011100010101110011111001101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C39C; }

 p { color: rgb(217,195,156); }

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

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

 a { background-color: rgb(217,195,156); }

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

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

 span { border-color: rgb(217,195,156); }

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