<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>m0t0m0t0</author_name>
  <author_url>https://blog.hatena.ne.jp/m0t0m0t0/</author_url>
  <blog_title>A Micro Toolbox</blog_title>
  <blog_url>https://volvox.hateblo.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>CSSで色を16進数で書いて &lt;span id=&quot;colortest&quot; style=&quot;color:#ff9933;&quot;&gt;orange&lt;span&gt; JavaScriptで取り出すと const colorspan = document.getElementById(&quot;colortest&quot;); console.log(colortest.style.color); console.log(colortest.style.cssText); rgb()関数表記になっている。 rgb(255, 153, 51) color: rgb(255, 153, 51) CSSの仕様によるものらしい。 CSS C…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fvolvox.hateblo.jp%2Fentry%2F2023%2F12%2F27%2F164954&quot; title=&quot;16進記法で指定した色を取り出すとrgb()関数になる - A Micro Toolbox&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-12-27 16:49:54</published>
  <title>16進記法で指定した色を取り出すとrgb()関数になる</title>
  <type>rich</type>
  <url>https://volvox.hateblo.jp/entry/2023/12/27/164954</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
