Shades of Gamboge #D69C14
Tints of Gamboge #D69C14
RGB
CMYK
RGB Variations
Color information
#D69C14 (or 0xD69C14) is known color: Gamboge. HEX triplet: D6, 9C and 14. RGB value is (214,156,20). Sum of RGB (Red+Green+Blue) = 214+156+20=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69C14 is #2963EB. Grayscale: #9E9E9E. Windows color (decimal): -2712556 or 1350870. OLE color: 1350870.
HSL color Cylindrical-coordinate representation of color #D69C14: hue angle of 42.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D69C14 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 20 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.16 |
| HSL | 42.06º | 0.83% | 0.46% | - |
| HSV(B) | 42.06º | 0.91% | 0.84% | - |
| XYZ | 39.75 | 38.12 | 5.93 | - |
| YUV | 157.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 20 | 0 | 0.27 | 0.91 | 0.16 | 42.06 | 0.83 | 0.46 |
| Hex | D6 | 9C | 14 | 0 | 1B | 5B | 10 | 2A | 53 | 2E |
| Octal | 326 | 234 | 24 | 0 | 33 | 133 | 20 | 52 | 123 | 56 |
| Binary | 11010110 | 10011100 | 10100 | 0 | 11011 | 1011011 | 10000 | 101010 | 1010011 | 101110 |
Color Harmonies of #D69C14
Complementary color
Monochromatic Colors of #D69C14
Black with #D69C14
Text Example
Text Example
White with #D69C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C14; }
p { color: rgb(214,156,20); }
H1.HeaderClassName
{
color: #D69C14;
}
.AnyTagClassName
{
color: #D69C14;
}
</style>
background-color css
<style>
a { background-color: #D69C14; }
a { background-color: rgb(214,156,20); }
div.DivClassName
{
background-color: #D69C14;
}
.BgClassName
{
background-color: #D69C14;
}
</style>
border-color css
<style>
span { border-color: #D69C14; }
span { border-color: rgb(214,156,20); }
td.TdClassName
{
border-color: #D69C14;
}
.TagClassName
{
border-color: #D69C14;
}
</style>