Shades of Gamboge #D6950C
Tints of Gamboge #D6950C
RGB
CMYK
RGB Variations
Color information
#D6950C (or 0xD6950C) is known color: Gamboge. HEX triplet: D6, 95 and 0C. RGB value is (214,149,12). Sum of RGB (Red+Green+Blue) = 214+149+12=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6950C is #296AF3. Grayscale: #999999. Windows color (decimal): -2714356 or 824790. OLE color: 824790.
HSL color Cylindrical-coordinate representation of color #D6950C: hue angle of 40.69º 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 #D6950C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.16 |
| HSL | 40.69º | 0.89% | 0.44% | - |
| HSV(B) | 40.69º | 0.94% | 0.84% | - |
| XYZ | 38.55 | 35.82 | 5.23 | - |
| YUV | 152.82 | 48.53 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 12 | 0 | 0.30 | 0.94 | 0.16 | 40.69 | 0.89 | 0.44 |
| Hex | D6 | 95 | C | 0 | 1E | 5E | 10 | 29 | 59 | 2C |
| Octal | 326 | 225 | 14 | 0 | 36 | 136 | 20 | 51 | 131 | 54 |
| Binary | 11010110 | 10010101 | 1100 | 0 | 11110 | 1011110 | 10000 | 101001 | 1011001 | 101100 |
Color Harmonies of #D6950C
Complementary color
Monochromatic Colors of #D6950C
Black with #D6950C
Text Example
Text Example
White with #D6950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6950C; }
p { color: rgb(214,149,12); }
H1.HeaderClassName
{
color: #D6950C;
}
.AnyTagClassName
{
color: #D6950C;
}
</style>
background-color css
<style>
a { background-color: #D6950C; }
a { background-color: rgb(214,149,12); }
div.DivClassName
{
background-color: #D6950C;
}
.BgClassName
{
background-color: #D6950C;
}
</style>
border-color css
<style>
span { border-color: #D6950C; }
span { border-color: rgb(214,149,12); }
td.TdClassName
{
border-color: #D6950C;
}
.TagClassName
{
border-color: #D6950C;
}
</style>