Shades of Gamboge #D19313
Tints of Gamboge #D19313
RGB
CMYK
RGB Variations
Color information
#D19313 (or 0xD19313) is known color: Gamboge. HEX triplet: D1, 93 and 13. RGB value is (209,147,19). Sum of RGB (Red+Green+Blue) = 209+147+19=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D19313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19313 is #2E6CEC. Grayscale: #979797. Windows color (decimal): -3042541 or 1283025. OLE color: 1283025.
HSL color Cylindrical-coordinate representation of color #D19313: hue angle of 40.42º 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 #D19313 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 19 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.18 |
| HSL | 40.42º | 0.83% | 0.45% | - |
| HSV(B) | 40.42º | 0.91% | 0.82% | - |
| XYZ | 36.85 | 34.47 | 5.33 | - |
| YUV | 150.95 | 53.54 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 19 | 0 | 0.30 | 0.91 | 0.18 | 40.42 | 0.83 | 0.45 |
| Hex | D1 | 93 | 13 | 0 | 1E | 5B | 12 | 28 | 53 | 2D |
| Octal | 321 | 223 | 23 | 0 | 36 | 133 | 22 | 50 | 123 | 55 |
| Binary | 11010001 | 10010011 | 10011 | 0 | 11110 | 1011011 | 10010 | 101000 | 1010011 | 101101 |
Color Harmonies of #D19313
Complementary color
Monochromatic Colors of #D19313
Black with #D19313
Text Example
Text Example
White with #D19313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19313; }
p { color: rgb(209,147,19); }
H1.HeaderClassName
{
color: #D19313;
}
.AnyTagClassName
{
color: #D19313;
}
</style>
background-color css
<style>
a { background-color: #D19313; }
a { background-color: rgb(209,147,19); }
div.DivClassName
{
background-color: #D19313;
}
.BgClassName
{
background-color: #D19313;
}
</style>
border-color css
<style>
span { border-color: #D19313; }
span { border-color: rgb(209,147,19); }
td.TdClassName
{
border-color: #D19313;
}
.TagClassName
{
border-color: #D19313;
}
</style>