Shades of Gamboge #D68E12
Tints of Gamboge #D68E12
RGB
CMYK
RGB Variations
Color information
#D68E12 (or 0xD68E12) is known color: Gamboge. HEX triplet: D6, 8E and 12. RGB value is (214,142,18). Sum of RGB (Red+Green+Blue) = 214+142+18=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68E12 is #2971ED. Grayscale: #959595. Windows color (decimal): -2716142 or 1216214. OLE color: 1216214.
HSL color Cylindrical-coordinate representation of color #D68E12: hue angle of 37.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D68E12 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 18 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.16 |
| HSL | 37.96º | 0.84% | 0.45% | - |
| HSV(B) | 37.96º | 0.92% | 0.84% | - |
| XYZ | 37.51 | 33.69 | 5.1 | - |
| YUV | 149.39 | 53.85 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 18 | 0 | 0.34 | 0.92 | 0.16 | 37.96 | 0.84 | 0.45 |
| Hex | D6 | 8E | 12 | 0 | 22 | 5C | 10 | 26 | 54 | 2D |
| Octal | 326 | 216 | 22 | 0 | 42 | 134 | 20 | 46 | 124 | 55 |
| Binary | 11010110 | 10001110 | 10010 | 0 | 100010 | 1011100 | 10000 | 100110 | 1010100 | 101101 |
Color Harmonies of #D68E12
Complementary color
Monochromatic Colors of #D68E12
Black with #D68E12
Text Example
Text Example
White with #D68E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E12; }
p { color: rgb(214,142,18); }
H1.HeaderClassName
{
color: #D68E12;
}
.AnyTagClassName
{
color: #D68E12;
}
</style>
background-color css
<style>
a { background-color: #D68E12; }
a { background-color: rgb(214,142,18); }
div.DivClassName
{
background-color: #D68E12;
}
.BgClassName
{
background-color: #D68E12;
}
</style>
border-color css
<style>
span { border-color: #D68E12; }
span { border-color: rgb(214,142,18); }
td.TdClassName
{
border-color: #D68E12;
}
.TagClassName
{
border-color: #D68E12;
}
</style>