Shades of Gamboge #D09A03
Tints of Gamboge #D09A03
RGB
CMYK
RGB Variations
Color information
#D09A03 (or 0xD09A03) is known color: Gamboge. HEX triplet: D0, 9A and 03. RGB value is (208,154,3). Sum of RGB (Red+Green+Blue) = 208+154+3=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A03 is #2F65FC. Grayscale: #999999. Windows color (decimal): -3106301 or 236240. OLE color: 236240.
HSL color Cylindrical-coordinate representation of color #D09A03: hue angle of 44.2º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D09A03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.18 |
| HSL | 44.2º | 0.97% | 0.41% | - |
| HSV(B) | 44.2º | 0.99% | 0.82% | - |
| XYZ | 37.58 | 36.53 | 5.16 | - |
| YUV | 152.93 | 43.39 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 3 | 0 | 0.26 | 0.99 | 0.18 | 44.2 | 0.97 | 0.41 |
| Hex | D0 | 9A | 3 | 0 | 1A | 63 | 12 | 2C | 61 | 29 |
| Octal | 320 | 232 | 3 | 0 | 32 | 143 | 22 | 54 | 141 | 51 |
| Binary | 11010000 | 10011010 | 11 | 0 | 11010 | 1100011 | 10010 | 101100 | 1100001 | 101001 |
Color Harmonies of #D09A03
Complementary color
Monochromatic Colors of #D09A03
Black with #D09A03
Text Example
Text Example
White with #D09A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A03; }
p { color: rgb(208,154,3); }
H1.HeaderClassName
{
color: #D09A03;
}
.AnyTagClassName
{
color: #D09A03;
}
</style>
background-color css
<style>
a { background-color: #D09A03; }
a { background-color: rgb(208,154,3); }
div.DivClassName
{
background-color: #D09A03;
}
.BgClassName
{
background-color: #D09A03;
}
</style>
border-color css
<style>
span { border-color: #D09A03; }
span { border-color: rgb(208,154,3); }
td.TdClassName
{
border-color: #D09A03;
}
.TagClassName
{
border-color: #D09A03;
}
</style>