Shades of Gamboge #D08D13
Tints of Gamboge #D08D13
RGB
CMYK
RGB Variations
Color information
#D08D13 (or 0xD08D13) is known color: Gamboge. HEX triplet: D0, 8D and 13. RGB value is (208,141,19). Sum of RGB (Red+Green+Blue) = 208+141+19=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08D13 is #2F72EC. Grayscale: #939393. Windows color (decimal): -3109613 or 1281488. OLE color: 1281488.
HSL color Cylindrical-coordinate representation of color #D08D13: hue angle of 38.73º 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 #D08D13 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 19 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.18 |
| HSL | 38.73º | 0.83% | 0.45% | - |
| HSV(B) | 38.73º | 0.91% | 0.82% | - |
| XYZ | 35.65 | 32.51 | 5.01 | - |
| YUV | 147.13 | 55.7 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 19 | 0 | 0.32 | 0.91 | 0.18 | 38.73 | 0.83 | 0.45 |
| Hex | D0 | 8D | 13 | 0 | 20 | 5B | 12 | 27 | 53 | 2D |
| Octal | 320 | 215 | 23 | 0 | 40 | 133 | 22 | 47 | 123 | 55 |
| Binary | 11010000 | 10001101 | 10011 | 0 | 100000 | 1011011 | 10010 | 100111 | 1010011 | 101101 |
Color Harmonies of #D08D13
Complementary color
Monochromatic Colors of #D08D13
Black with #D08D13
Text Example
Text Example
White with #D08D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D13; }
p { color: rgb(208,141,19); }
H1.HeaderClassName
{
color: #D08D13;
}
.AnyTagClassName
{
color: #D08D13;
}
</style>
background-color css
<style>
a { background-color: #D08D13; }
a { background-color: rgb(208,141,19); }
div.DivClassName
{
background-color: #D08D13;
}
.BgClassName
{
background-color: #D08D13;
}
</style>
border-color css
<style>
span { border-color: #D08D13; }
span { border-color: rgb(208,141,19); }
td.TdClassName
{
border-color: #D08D13;
}
.TagClassName
{
border-color: #D08D13;
}
</style>