Shades of Gamboge #D09014
Tints of Gamboge #D09014
RGB
CMYK
RGB Variations
Color information
#D09014 (or 0xD09014) is known color: Gamboge. HEX triplet: D0, 90 and 14. RGB value is (208,144,20). Sum of RGB (Red+Green+Blue) = 208+144+20=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D09014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09014 is #2F6FEB. Grayscale: #959595. Windows color (decimal): -3108844 or 1347792. OLE color: 1347792.
HSL color Cylindrical-coordinate representation of color #D09014: hue angle of 39.57º 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 #D09014 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 20 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.18 |
| HSL | 39.57º | 0.82% | 0.45% | - |
| HSV(B) | 39.57º | 0.9% | 0.82% | - |
| XYZ | 36.11 | 33.41 | 5.21 | - |
| YUV | 149 | 55.2 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 20 | 0 | 0.31 | 0.90 | 0.18 | 39.57 | 0.82 | 0.45 |
| Hex | D0 | 90 | 14 | 0 | 1F | 5A | 12 | 28 | 52 | 2D |
| Octal | 320 | 220 | 24 | 0 | 37 | 132 | 22 | 50 | 122 | 55 |
| Binary | 11010000 | 10010000 | 10100 | 0 | 11111 | 1011010 | 10010 | 101000 | 1010010 | 101101 |
Color Harmonies of #D09014
Complementary color
Monochromatic Colors of #D09014
Black with #D09014
Text Example
Text Example
White with #D09014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09014; }
p { color: rgb(208,144,20); }
H1.HeaderClassName
{
color: #D09014;
}
.AnyTagClassName
{
color: #D09014;
}
</style>
background-color css
<style>
a { background-color: #D09014; }
a { background-color: rgb(208,144,20); }
div.DivClassName
{
background-color: #D09014;
}
.BgClassName
{
background-color: #D09014;
}
</style>
border-color css
<style>
span { border-color: #D09014; }
span { border-color: rgb(208,144,20); }
td.TdClassName
{
border-color: #D09014;
}
.TagClassName
{
border-color: #D09014;
}
</style>