Shades of Gamboge #D0950F
Tints of Gamboge #D0950F
RGB
CMYK
RGB Variations
Color information
#D0950F (or 0xD0950F) is known color: Gamboge. HEX triplet: D0, 95 and 0F. RGB value is (208,149,15). Sum of RGB (Red+Green+Blue) = 208+149+15=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0950F is #2F6AF0. Grayscale: #979797. Windows color (decimal): -3107569 or 1021392. OLE color: 1021392.
HSL color Cylindrical-coordinate representation of color #D0950F: hue angle of 41.66º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0950F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 15 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.18 |
| HSL | 41.66º | 0.87% | 0.44% | - |
| HSV(B) | 41.66º | 0.93% | 0.82% | - |
| XYZ | 36.85 | 34.94 | 5.25 | - |
| YUV | 151.37 | 51.05 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 15 | 0 | 0.28 | 0.93 | 0.18 | 41.66 | 0.87 | 0.44 |
| Hex | D0 | 95 | F | 0 | 1C | 5D | 12 | 2A | 57 | 2C |
| Octal | 320 | 225 | 17 | 0 | 34 | 135 | 22 | 52 | 127 | 54 |
| Binary | 11010000 | 10010101 | 1111 | 0 | 11100 | 1011101 | 10010 | 101010 | 1010111 | 101100 |
Color Harmonies of #D0950F
Complementary color
Monochromatic Colors of #D0950F
Black with #D0950F
Text Example
Text Example
White with #D0950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0950F; }
p { color: rgb(208,149,15); }
H1.HeaderClassName
{
color: #D0950F;
}
.AnyTagClassName
{
color: #D0950F;
}
</style>
background-color css
<style>
a { background-color: #D0950F; }
a { background-color: rgb(208,149,15); }
div.DivClassName
{
background-color: #D0950F;
}
.BgClassName
{
background-color: #D0950F;
}
</style>
border-color css
<style>
span { border-color: #D0950F; }
span { border-color: rgb(208,149,15); }
td.TdClassName
{
border-color: #D0950F;
}
.TagClassName
{
border-color: #D0950F;
}
</style>