Shades of Gamboge #D68F15
Tints of Gamboge #D68F15
RGB
CMYK
RGB Variations
Color information
#D68F15 (or 0xD68F15) is known color: Gamboge. HEX triplet: D6, 8F and 15. RGB value is (214,143,21). Sum of RGB (Red+Green+Blue) = 214+143+21=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68F15 is #2970EA. Grayscale: #969696. Windows color (decimal): -2715883 or 1413078. OLE color: 1413078.
HSL color Cylindrical-coordinate representation of color #D68F15: hue angle of 37.93º 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 #D68F15 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 21 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.16 |
| HSL | 37.93º | 0.82% | 0.46% | - |
| HSV(B) | 37.93º | 0.9% | 0.84% | - |
| XYZ | 37.69 | 34 | 5.28 | - |
| YUV | 150.32 | 55.02 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 21 | 0 | 0.33 | 0.90 | 0.16 | 37.93 | 0.82 | 0.46 |
| Hex | D6 | 8F | 15 | 0 | 21 | 5A | 10 | 26 | 52 | 2E |
| Octal | 326 | 217 | 25 | 0 | 41 | 132 | 20 | 46 | 122 | 56 |
| Binary | 11010110 | 10001111 | 10101 | 0 | 100001 | 1011010 | 10000 | 100110 | 1010010 | 101110 |
Color Harmonies of #D68F15
Complementary color
Monochromatic Colors of #D68F15
Black with #D68F15
Text Example
Text Example
White with #D68F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F15; }
p { color: rgb(214,143,21); }
H1.HeaderClassName
{
color: #D68F15;
}
.AnyTagClassName
{
color: #D68F15;
}
</style>
background-color css
<style>
a { background-color: #D68F15; }
a { background-color: rgb(214,143,21); }
div.DivClassName
{
background-color: #D68F15;
}
.BgClassName
{
background-color: #D68F15;
}
</style>
border-color css
<style>
span { border-color: #D68F15; }
span { border-color: rgb(214,143,21); }
td.TdClassName
{
border-color: #D68F15;
}
.TagClassName
{
border-color: #D68F15;
}
</style>