Shades of Gamboge #D09504
Tints of Gamboge #D09504
RGB
CMYK
RGB Variations
Color information
#D09504 (or 0xD09504) is known color: Gamboge. HEX triplet: D0, 95 and 04. RGB value is (208,149,4). Sum of RGB (Red+Green+Blue) = 208+149+4=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D09504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09504 is #2F6AFB. Grayscale: #969696. Windows color (decimal): -3107580 or 300496. OLE color: 300496.
HSL color Cylindrical-coordinate representation of color #D09504: hue angle of 42.65º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D09504 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.18 |
| HSL | 42.65º | 0.96% | 0.42% | - |
| HSV(B) | 42.65º | 0.98% | 0.82% | - |
| XYZ | 36.78 | 34.91 | 4.92 | - |
| YUV | 150.11 | 45.55 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 4 | 0 | 0.28 | 0.98 | 0.18 | 42.65 | 0.96 | 0.42 |
| Hex | D0 | 95 | 4 | 0 | 1C | 62 | 12 | 2B | 60 | 2A |
| Octal | 320 | 225 | 4 | 0 | 34 | 142 | 22 | 53 | 140 | 52 |
| Binary | 11010000 | 10010101 | 100 | 0 | 11100 | 1100010 | 10010 | 101011 | 1100000 | 101010 |
Color Harmonies of #D09504
Complementary color
Monochromatic Colors of #D09504
Black with #D09504
Text Example
Text Example
White with #D09504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09504; }
p { color: rgb(208,149,4); }
H1.HeaderClassName
{
color: #D09504;
}
.AnyTagClassName
{
color: #D09504;
}
</style>
background-color css
<style>
a { background-color: #D09504; }
a { background-color: rgb(208,149,4); }
div.DivClassName
{
background-color: #D09504;
}
.BgClassName
{
background-color: #D09504;
}
</style>
border-color css
<style>
span { border-color: #D09504; }
span { border-color: rgb(208,149,4); }
td.TdClassName
{
border-color: #D09504;
}
.TagClassName
{
border-color: #D09504;
}
</style>