Shades of Gamboge #D6920F
Tints of Gamboge #D6920F
RGB
CMYK
RGB Variations
Color information
#D6920F (or 0xD6920F) is known color: Gamboge. HEX triplet: D6, 92 and 0F. RGB value is (214,146,15). Sum of RGB (Red+Green+Blue) = 214+146+15=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6920F is #296DF0. Grayscale: #979797. Windows color (decimal): -2715121 or 1020630. OLE color: 1020630.
HSL color Cylindrical-coordinate representation of color #D6920F: hue angle of 39.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6920F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 15 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.16 |
| HSL | 39.5º | 0.87% | 0.45% | - |
| HSV(B) | 39.5º | 0.93% | 0.84% | - |
| XYZ | 38.1 | 34.89 | 5.18 | - |
| YUV | 151.4 | 51.03 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 15 | 0 | 0.32 | 0.93 | 0.16 | 39.5 | 0.87 | 0.45 |
| Hex | D6 | 92 | F | 0 | 20 | 5D | 10 | 27 | 57 | 2D |
| Octal | 326 | 222 | 17 | 0 | 40 | 135 | 20 | 47 | 127 | 55 |
| Binary | 11010110 | 10010010 | 1111 | 0 | 100000 | 1011101 | 10000 | 100111 | 1010111 | 101101 |
Color Harmonies of #D6920F
Complementary color
Monochromatic Colors of #D6920F
Black with #D6920F
Text Example
Text Example
White with #D6920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6920F; }
p { color: rgb(214,146,15); }
H1.HeaderClassName
{
color: #D6920F;
}
.AnyTagClassName
{
color: #D6920F;
}
</style>
background-color css
<style>
a { background-color: #D6920F; }
a { background-color: rgb(214,146,15); }
div.DivClassName
{
background-color: #D6920F;
}
.BgClassName
{
background-color: #D6920F;
}
</style>
border-color css
<style>
span { border-color: #D6920F; }
span { border-color: rgb(214,146,15); }
td.TdClassName
{
border-color: #D6920F;
}
.TagClassName
{
border-color: #D6920F;
}
</style>