#D9C39E

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

Shades of Raffia #D9C39E

Tints of Raffia #D9C39E

Color information

#D9C39E (or 0xD9C39E) is unknown color: approx Raffia. HEX triplet: D9, C3 and 9E. RGB value is (217,195,158). Sum of RGB (Red+Green+Blue) = 217+195+158=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C39E is #263C61. Grayscale: #C5C5C5. Windows color (decimal): -2505826 or 10404825. OLE color: 10404825.

HSL color Cylindrical-coordinate representation of color #D9C39E: hue angle of 37.63º degrees, saturation: 0.44, 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 #D9C39E is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217195158-
CMYK00.100.270.15
HSL37.63º43.7%73.53%-
HSV(B)37.63º27.19%85.1%-
XYZ54.356.2540.34-
YUV197.36105.79142.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=38.07%
G=34.21%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719515800.100.270.1537.6343.773.53
HexD9C39E0A1BF262c4a
Octal33130323601233174654112
Binary110110011100001110011110010101101111111001101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C39E; }

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

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

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

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

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

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

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

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