Shades of Gamboge #D09605
Tints of Gamboge #D09605
RGB
CMYK
RGB Variations
Color information
#D09605 (or 0xD09605) is known color: Gamboge. HEX triplet: D0, 96 and 05. RGB value is (208,150,5). Sum of RGB (Red+Green+Blue) = 208+150+5=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D09605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09605 is #2F69FA. Grayscale: #979797. Windows color (decimal): -3107323 or 366288. OLE color: 366288.
HSL color Cylindrical-coordinate representation of color #D09605: hue angle of 42.86º degrees, saturation: 0.95, 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 #D09605 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.18 |
| HSL | 42.86º | 0.95% | 0.42% | - |
| HSV(B) | 42.86º | 0.98% | 0.82% | - |
| XYZ | 36.95 | 35.23 | 5 | - |
| YUV | 150.81 | 45.72 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 5 | 0 | 0.28 | 0.98 | 0.18 | 42.86 | 0.95 | 0.42 |
| Hex | D0 | 96 | 5 | 0 | 1C | 62 | 12 | 2B | 5F | 2A |
| Octal | 320 | 226 | 5 | 0 | 34 | 142 | 22 | 53 | 137 | 52 |
| Binary | 11010000 | 10010110 | 101 | 0 | 11100 | 1100010 | 10010 | 101011 | 1011111 | 101010 |
Color Harmonies of #D09605
Complementary color
Monochromatic Colors of #D09605
Black with #D09605
Text Example
Text Example
White with #D09605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09605; }
p { color: rgb(208,150,5); }
H1.HeaderClassName
{
color: #D09605;
}
.AnyTagClassName
{
color: #D09605;
}
</style>
background-color css
<style>
a { background-color: #D09605; }
a { background-color: rgb(208,150,5); }
div.DivClassName
{
background-color: #D09605;
}
.BgClassName
{
background-color: #D09605;
}
</style>
border-color css
<style>
span { border-color: #D09605; }
span { border-color: rgb(208,150,5); }
td.TdClassName
{
border-color: #D09605;
}
.TagClassName
{
border-color: #D09605;
}
</style>