Shades of Gamboge #D09A14
Tints of Gamboge #D09A14
RGB
CMYK
RGB Variations
Color information
#D09A14 (or 0xD09A14) is known color: Gamboge. HEX triplet: D0, 9A and 14. RGB value is (208,154,20). Sum of RGB (Red+Green+Blue) = 208+154+20=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A14 is #2F65EB. Grayscale: #9B9B9B. Windows color (decimal): -3106284 or 1350352. OLE color: 1350352.
HSL color Cylindrical-coordinate representation of color #D09A14: hue angle of 42.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D09A14 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 20 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.18 |
| HSL | 42.77º | 0.82% | 0.45% | - |
| HSV(B) | 42.77º | 0.9% | 0.82% | - |
| XYZ | 37.69 | 36.57 | 5.73 | - |
| YUV | 154.87 | 51.89 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 20 | 0 | 0.26 | 0.90 | 0.18 | 42.77 | 0.82 | 0.45 |
| Hex | D0 | 9A | 14 | 0 | 1A | 5A | 12 | 2B | 52 | 2D |
| Octal | 320 | 232 | 24 | 0 | 32 | 132 | 22 | 53 | 122 | 55 |
| Binary | 11010000 | 10011010 | 10100 | 0 | 11010 | 1011010 | 10010 | 101011 | 1010010 | 101101 |
Color Harmonies of #D09A14
Complementary color
Monochromatic Colors of #D09A14
Black with #D09A14
Text Example
Text Example
White with #D09A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A14; }
p { color: rgb(208,154,20); }
H1.HeaderClassName
{
color: #D09A14;
}
.AnyTagClassName
{
color: #D09A14;
}
</style>
background-color css
<style>
a { background-color: #D09A14; }
a { background-color: rgb(208,154,20); }
div.DivClassName
{
background-color: #D09A14;
}
.BgClassName
{
background-color: #D09A14;
}
</style>
border-color css
<style>
span { border-color: #D09A14; }
span { border-color: rgb(208,154,20); }
td.TdClassName
{
border-color: #D09A14;
}
.TagClassName
{
border-color: #D09A14;
}
</style>