Shades of Gamboge #D59315
Tints of Gamboge #D59315
RGB
CMYK
RGB Variations
Color information
#D59315 (or 0xD59315) is known color: Gamboge. HEX triplet: D5, 93 and 15. RGB value is (213,147,21). Sum of RGB (Red+Green+Blue) = 213+147+21=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D59315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59315 is #2A6CEA. Grayscale: #989898. Windows color (decimal): -2780395 or 1414101. OLE color: 1414101.
HSL color Cylindrical-coordinate representation of color #D59315: hue angle of 39.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59315 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 21 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.16 |
| HSL | 39.38º | 0.82% | 0.46% | - |
| HSV(B) | 39.38º | 0.9% | 0.84% | - |
| XYZ | 38.01 | 35.07 | 5.47 | - |
| YUV | 152.37 | 53.87 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 21 | 0 | 0.31 | 0.90 | 0.16 | 39.38 | 0.82 | 0.46 |
| Hex | D5 | 93 | 15 | 0 | 1F | 5A | 10 | 27 | 52 | 2E |
| Octal | 325 | 223 | 25 | 0 | 37 | 132 | 20 | 47 | 122 | 56 |
| Binary | 11010101 | 10010011 | 10101 | 0 | 11111 | 1011010 | 10000 | 100111 | 1010010 | 101110 |
Color Harmonies of #D59315
Complementary color
Monochromatic Colors of #D59315
Black with #D59315
Text Example
Text Example
White with #D59315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59315; }
p { color: rgb(213,147,21); }
H1.HeaderClassName
{
color: #D59315;
}
.AnyTagClassName
{
color: #D59315;
}
</style>
background-color css
<style>
a { background-color: #D59315; }
a { background-color: rgb(213,147,21); }
div.DivClassName
{
background-color: #D59315;
}
.BgClassName
{
background-color: #D59315;
}
</style>
border-color css
<style>
span { border-color: #D59315; }
span { border-color: rgb(213,147,21); }
td.TdClassName
{
border-color: #D59315;
}
.TagClassName
{
border-color: #D59315;
}
</style>