Shades of Gamboge #D09308
Tints of Gamboge #D09308
RGB
CMYK
RGB Variations
Color information
#D09308 (or 0xD09308) is known color: Gamboge. HEX triplet: D0, 93 and 08. RGB value is (208,147,8). Sum of RGB (Red+Green+Blue) = 208+147+8=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D09308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09308 is #2F6CF7. Grayscale: #969696. Windows color (decimal): -3108088 or 562128. OLE color: 562128.
HSL color Cylindrical-coordinate representation of color #D09308: hue angle of 41.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D09308 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.18 |
| HSL | 41.7º | 0.93% | 0.42% | - |
| HSV(B) | 41.7º | 0.96% | 0.82% | - |
| XYZ | 36.49 | 34.29 | 4.93 | - |
| YUV | 149.39 | 48.21 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 8 | 0 | 0.29 | 0.96 | 0.18 | 41.7 | 0.93 | 0.42 |
| Hex | D0 | 93 | 8 | 0 | 1D | 60 | 12 | 2A | 5D | 2A |
| Octal | 320 | 223 | 10 | 0 | 35 | 140 | 22 | 52 | 135 | 52 |
| Binary | 11010000 | 10010011 | 1000 | 0 | 11101 | 1100000 | 10010 | 101010 | 1011101 | 101010 |
Color Harmonies of #D09308
Complementary color
Monochromatic Colors of #D09308
Black with #D09308
Text Example
Text Example
White with #D09308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09308; }
p { color: rgb(208,147,8); }
H1.HeaderClassName
{
color: #D09308;
}
.AnyTagClassName
{
color: #D09308;
}
</style>
background-color css
<style>
a { background-color: #D09308; }
a { background-color: rgb(208,147,8); }
div.DivClassName
{
background-color: #D09308;
}
.BgClassName
{
background-color: #D09308;
}
</style>
border-color css
<style>
span { border-color: #D09308; }
span { border-color: rgb(208,147,8); }
td.TdClassName
{
border-color: #D09308;
}
.TagClassName
{
border-color: #D09308;
}
</style>