<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: color code in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/color-code/m-p/259378#M9356</link>
    <description>&lt;P&gt;It is an RGB color, with RED=D9, GREEN=89, and BLUE=2C. The values are in HEX, so just convert them to decimal to find out their decimal value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2016 16:39:35 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2016-03-28T16:39:35Z</dc:date>
    <item>
      <title>color code</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/color-code/m-p/259377#M9355</link>
      <description>&lt;P&gt;How to interpret this color code (CXD9892C) in the TITLE statement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 color=CXD9892C height=2 'This is my title';

proc print  data=sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 16:36:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/color-code/m-p/259377#M9355</guid>
      <dc:creator>SAS_inquisitive</dc:creator>
      <dc:date>2016-03-28T16:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: color code</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/color-code/m-p/259378#M9356</link>
      <description>&lt;P&gt;It is an RGB color, with RED=D9, GREEN=89, and BLUE=2C. The values are in HEX, so just convert them to decimal to find out their decimal value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 16:39:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/color-code/m-p/259378#M9356</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-03-28T16:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: color code</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/color-code/m-p/259389#M9357</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15130"&gt;@DanH_sas﻿&lt;/a&gt;. &amp;nbsp;Thank you.&amp;nbsp;#e0e0e0 &amp;nbsp;is also RGB color scheme?&lt;/P&gt;&lt;PRE&gt;proc template;
	define table mytable;
		cellstyle mod(_row_, 2) as {background=#e0e0e0},
			1 as {background=#c3c3c3};
		column name age sex height weight;
		define column weight;
			cellstyle _val_ &amp;gt;= 110 as {foreground=red},
				_val_ &amp;gt;= 90 as {foreground=yellow},
				1 as {foreground=green};
		end;
	end;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Mar 2016 17:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/color-code/m-p/259389#M9357</guid>
      <dc:creator>SAS_inquisitive</dc:creator>
      <dc:date>2016-03-28T17:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: color code</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/color-code/m-p/259420#M9364</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 18:31:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/color-code/m-p/259420#M9364</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-03-28T18:31:10Z</dc:date>
    </item>
  </channel>
</rss>

