Shades of Gamboge #D09013
Tints of Gamboge #D09013
RGB
CMYK
RGB Variations
Color information
#D09013 (or 0xD09013) is known color: Gamboge. HEX triplet: D0, 90 and 13. RGB value is (208,144,19). Sum of RGB (Red+Green+Blue) = 208+144+19=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D09013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09013 is #2F6FEC. Grayscale: #959595. Windows color (decimal): -3108845 or 1282256. OLE color: 1282256.
HSL color Cylindrical-coordinate representation of color #D09013: hue angle of 39.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D09013 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 19 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.18 |
| HSL | 39.68º | 0.83% | 0.45% | - |
| HSV(B) | 39.68º | 0.91% | 0.82% | - |
| XYZ | 36.1 | 33.4 | 5.16 | - |
| YUV | 148.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 19 | 0 | 0.31 | 0.91 | 0.18 | 39.68 | 0.83 | 0.45 |
| Hex | D0 | 90 | 13 | 0 | 1F | 5B | 12 | 28 | 53 | 2D |
| Octal | 320 | 220 | 23 | 0 | 37 | 133 | 22 | 50 | 123 | 55 |
| Binary | 11010000 | 10010000 | 10011 | 0 | 11111 | 1011011 | 10010 | 101000 | 1010011 | 101101 |
Color Harmonies of #D09013
Complementary color
Monochromatic Colors of #D09013
Black with #D09013
Text Example
Text Example
White with #D09013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09013; }
p { color: rgb(208,144,19); }
H1.HeaderClassName
{
color: #D09013;
}
.AnyTagClassName
{
color: #D09013;
}
</style>
background-color css
<style>
a { background-color: #D09013; }
a { background-color: rgb(208,144,19); }
div.DivClassName
{
background-color: #D09013;
}
.BgClassName
{
background-color: #D09013;
}
</style>
border-color css
<style>
span { border-color: #D09013; }
span { border-color: rgb(208,144,19); }
td.TdClassName
{
border-color: #D09013;
}
.TagClassName
{
border-color: #D09013;
}
</style>