Shades of Gamboge #D68A0C
Tints of Gamboge #D68A0C
RGB
CMYK
RGB Variations
Color information
#D68A0C (or 0xD68A0C) is known color: Gamboge. HEX triplet: D6, 8A and 0C. RGB value is (214,138,12). Sum of RGB (Red+Green+Blue) = 214+138+12=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68A0C is #2975F3. Grayscale: #929292. Windows color (decimal): -2717172 or 821974. OLE color: 821974.
HSL color Cylindrical-coordinate representation of color #D68A0C: hue angle of 37.43º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D68A0C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.16 |
| HSL | 37.43º | 0.89% | 0.44% | - |
| HSV(B) | 37.43º | 0.94% | 0.84% | - |
| XYZ | 36.89 | 32.5 | 4.68 | - |
| YUV | 146.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 12 | 0 | 0.36 | 0.94 | 0.16 | 37.43 | 0.89 | 0.44 |
| Hex | D6 | 8A | C | 0 | 24 | 5E | 10 | 25 | 59 | 2C |
| Octal | 326 | 212 | 14 | 0 | 44 | 136 | 20 | 45 | 131 | 54 |
| Binary | 11010110 | 10001010 | 1100 | 0 | 100100 | 1011110 | 10000 | 100101 | 1011001 | 101100 |
Color Harmonies of #D68A0C
Complementary color
Monochromatic Colors of #D68A0C
Black with #D68A0C
Text Example
Text Example
White with #D68A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A0C; }
p { color: rgb(214,138,12); }
H1.HeaderClassName
{
color: #D68A0C;
}
.AnyTagClassName
{
color: #D68A0C;
}
</style>
background-color css
<style>
a { background-color: #D68A0C; }
a { background-color: rgb(214,138,12); }
div.DivClassName
{
background-color: #D68A0C;
}
.BgClassName
{
background-color: #D68A0C;
}
</style>
border-color css
<style>
span { border-color: #D68A0C; }
span { border-color: rgb(214,138,12); }
td.TdClassName
{
border-color: #D68A0C;
}
.TagClassName
{
border-color: #D68A0C;
}
</style>