Shades of Gamboge #D6930D
Tints of Gamboge #D6930D
RGB
CMYK
RGB Variations
Color information
#D6930D (or 0xD6930D) is known color: Gamboge. HEX triplet: D6, 93 and 0D. RGB value is (214,147,13). Sum of RGB (Red+Green+Blue) = 214+147+13=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6930D is #296CF2. Grayscale: #989898. Windows color (decimal): -2714867 or 889814. OLE color: 889814.
HSL color Cylindrical-coordinate representation of color #D6930D: hue angle of 40º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6930D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.16 |
| HSL | 40º | 0.89% | 0.45% | - |
| HSV(B) | 40º | 0.94% | 0.84% | - |
| XYZ | 38.24 | 35.19 | 5.16 | - |
| YUV | 151.76 | 49.7 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 13 | 0 | 0.31 | 0.94 | 0.16 | 40 | 0.89 | 0.45 |
| Hex | D6 | 93 | D | 0 | 1F | 5E | 10 | 28 | 59 | 2D |
| Octal | 326 | 223 | 15 | 0 | 37 | 136 | 20 | 50 | 131 | 55 |
| Binary | 11010110 | 10010011 | 1101 | 0 | 11111 | 1011110 | 10000 | 101000 | 1011001 | 101101 |
Color Harmonies of #D6930D
Complementary color
Monochromatic Colors of #D6930D
Black with #D6930D
Text Example
Text Example
White with #D6930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6930D; }
p { color: rgb(214,147,13); }
H1.HeaderClassName
{
color: #D6930D;
}
.AnyTagClassName
{
color: #D6930D;
}
</style>
background-color css
<style>
a { background-color: #D6930D; }
a { background-color: rgb(214,147,13); }
div.DivClassName
{
background-color: #D6930D;
}
.BgClassName
{
background-color: #D6930D;
}
</style>
border-color css
<style>
span { border-color: #D6930D; }
span { border-color: rgb(214,147,13); }
td.TdClassName
{
border-color: #D6930D;
}
.TagClassName
{
border-color: #D6930D;
}
</style>