Shades of Gamboge #D09407
Tints of Gamboge #D09407
RGB
CMYK
RGB Variations
Color information
#D09407 (or 0xD09407) is known color: Gamboge. HEX triplet: D0, 94 and 07. RGB value is (208,148,7). Sum of RGB (Red+Green+Blue) = 208+148+7=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D09407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09407 is #2F6BF8. Grayscale: #969696. Windows color (decimal): -3107833 or 496848. OLE color: 496848.
HSL color Cylindrical-coordinate representation of color #D09407: hue angle of 42.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D09407 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.18 |
| HSL | 42.09º | 0.93% | 0.42% | - |
| HSV(B) | 42.09º | 0.97% | 0.82% | - |
| XYZ | 36.64 | 34.61 | 4.95 | - |
| YUV | 149.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 7 | 0 | 0.29 | 0.97 | 0.18 | 42.09 | 0.93 | 0.42 |
| Hex | D0 | 94 | 7 | 0 | 1D | 61 | 12 | 2A | 5D | 2A |
| Octal | 320 | 224 | 7 | 0 | 35 | 141 | 22 | 52 | 135 | 52 |
| Binary | 11010000 | 10010100 | 111 | 0 | 11101 | 1100001 | 10010 | 101010 | 1011101 | 101010 |
Color Harmonies of #D09407
Complementary color
Monochromatic Colors of #D09407
Black with #D09407
Text Example
Text Example
White with #D09407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09407; }
p { color: rgb(208,148,7); }
H1.HeaderClassName
{
color: #D09407;
}
.AnyTagClassName
{
color: #D09407;
}
</style>
background-color css
<style>
a { background-color: #D09407; }
a { background-color: rgb(208,148,7); }
div.DivClassName
{
background-color: #D09407;
}
.BgClassName
{
background-color: #D09407;
}
</style>
border-color css
<style>
span { border-color: #D09407; }
span { border-color: rgb(208,148,7); }
td.TdClassName
{
border-color: #D09407;
}
.TagClassName
{
border-color: #D09407;
}
</style>