Shades of Gamboge #D09509
Tints of Gamboge #D09509
RGB
CMYK
RGB Variations
Color information
#D09509 (or 0xD09509) is known color: Gamboge. HEX triplet: D0, 95 and 09. RGB value is (208,149,9). Sum of RGB (Red+Green+Blue) = 208+149+9=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D09509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09509 is #2F6AF6. Grayscale: #979797. Windows color (decimal): -3107575 or 628176. OLE color: 628176.
HSL color Cylindrical-coordinate representation of color #D09509: hue angle of 42.21º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D09509 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.18 |
| HSL | 42.21º | 0.92% | 0.43% | - |
| HSV(B) | 42.21º | 0.96% | 0.82% | - |
| XYZ | 36.81 | 34.92 | 5.06 | - |
| YUV | 150.68 | 48.05 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 9 | 0 | 0.28 | 0.96 | 0.18 | 42.21 | 0.92 | 0.43 |
| Hex | D0 | 95 | 9 | 0 | 1C | 60 | 12 | 2A | 5C | 2B |
| Octal | 320 | 225 | 11 | 0 | 34 | 140 | 22 | 52 | 134 | 53 |
| Binary | 11010000 | 10010101 | 1001 | 0 | 11100 | 1100000 | 10010 | 101010 | 1011100 | 101011 |
Color Harmonies of #D09509
Complementary color
Monochromatic Colors of #D09509
Black with #D09509
Text Example
Text Example
White with #D09509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09509; }
p { color: rgb(208,149,9); }
H1.HeaderClassName
{
color: #D09509;
}
.AnyTagClassName
{
color: #D09509;
}
</style>
background-color css
<style>
a { background-color: #D09509; }
a { background-color: rgb(208,149,9); }
div.DivClassName
{
background-color: #D09509;
}
.BgClassName
{
background-color: #D09509;
}
</style>
border-color css
<style>
span { border-color: #D09509; }
span { border-color: rgb(208,149,9); }
td.TdClassName
{
border-color: #D09509;
}
.TagClassName
{
border-color: #D09509;
}
</style>