Shades of Gamboge #D69012
Tints of Gamboge #D69012
RGB
CMYK
RGB Variations
Color information
#D69012 (or 0xD69012) is known color: Gamboge. HEX triplet: D6, 90 and 12. RGB value is (214,144,18). Sum of RGB (Red+Green+Blue) = 214+144+18=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D69012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69012 is #296FED. Grayscale: #979797. Windows color (decimal): -2715630 or 1216726. OLE color: 1216726.
HSL color Cylindrical-coordinate representation of color #D69012: hue angle of 38.57º 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 #D69012 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.16 |
| HSL | 38.57º | 0.84% | 0.45% | - |
| HSV(B) | 38.57º | 0.92% | 0.84% | - |
| XYZ | 37.81 | 34.29 | 5.2 | - |
| YUV | 150.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 18 | 0 | 0.33 | 0.92 | 0.16 | 38.57 | 0.84 | 0.45 |
| Hex | D6 | 90 | 12 | 0 | 21 | 5C | 10 | 27 | 54 | 2D |
| Octal | 326 | 220 | 22 | 0 | 41 | 134 | 20 | 47 | 124 | 55 |
| Binary | 11010110 | 10010000 | 10010 | 0 | 100001 | 1011100 | 10000 | 100111 | 1010100 | 101101 |
Color Harmonies of #D69012
Complementary color
Monochromatic Colors of #D69012
Black with #D69012
Text Example
Text Example
White with #D69012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69012; }
p { color: rgb(214,144,18); }
H1.HeaderClassName
{
color: #D69012;
}
.AnyTagClassName
{
color: #D69012;
}
</style>
background-color css
<style>
a { background-color: #D69012; }
a { background-color: rgb(214,144,18); }
div.DivClassName
{
background-color: #D69012;
}
.BgClassName
{
background-color: #D69012;
}
</style>
border-color css
<style>
span { border-color: #D69012; }
span { border-color: rgb(214,144,18); }
td.TdClassName
{
border-color: #D69012;
}
.TagClassName
{
border-color: #D69012;
}
</style>