Shades of Gamboge #D09C03
Tints of Gamboge #D09C03
RGB
CMYK
RGB Variations
Color information
#D09C03 (or 0xD09C03) is known color: Gamboge. HEX triplet: D0, 9C and 03. RGB value is (208,156,3). Sum of RGB (Red+Green+Blue) = 208+156+3=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09C03 is #2F63FC. Grayscale: #9A9A9A. Windows color (decimal): -3105789 or 236752. OLE color: 236752.
HSL color Cylindrical-coordinate representation of color #D09C03: hue angle of 44.78º 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 #D09C03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.18 |
| HSL | 44.78º | 0.97% | 0.41% | - |
| HSV(B) | 44.78º | 0.99% | 0.82% | - |
| XYZ | 37.92 | 37.19 | 5.27 | - |
| YUV | 154.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 3 | 0 | 0.25 | 0.99 | 0.18 | 44.78 | 0.97 | 0.41 |
| Hex | D0 | 9C | 3 | 0 | 19 | 63 | 12 | 2D | 61 | 29 |
| Octal | 320 | 234 | 3 | 0 | 31 | 143 | 22 | 55 | 141 | 51 |
| Binary | 11010000 | 10011100 | 11 | 0 | 11001 | 1100011 | 10010 | 101101 | 1100001 | 101001 |
Color Harmonies of #D09C03
Complementary color
Monochromatic Colors of #D09C03
Black with #D09C03
Text Example
Text Example
White with #D09C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C03; }
p { color: rgb(208,156,3); }
H1.HeaderClassName
{
color: #D09C03;
}
.AnyTagClassName
{
color: #D09C03;
}
</style>
background-color css
<style>
a { background-color: #D09C03; }
a { background-color: rgb(208,156,3); }
div.DivClassName
{
background-color: #D09C03;
}
.BgClassName
{
background-color: #D09C03;
}
</style>
border-color css
<style>
span { border-color: #D09C03; }
span { border-color: rgb(208,156,3); }
td.TdClassName
{
border-color: #D09C03;
}
.TagClassName
{
border-color: #D09C03;
}
</style>