Shades of Gamboge #D0930E
Tints of Gamboge #D0930E
RGB
CMYK
RGB Variations
Color information
#D0930E (or 0xD0930E) is known color: Gamboge. HEX triplet: D0, 93 and 0E. RGB value is (208,147,14). Sum of RGB (Red+Green+Blue) = 208+147+14=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0930E is #2F6CF1. Grayscale: #969696. Windows color (decimal): -3108082 or 955344. OLE color: 955344.
HSL color Cylindrical-coordinate representation of color #D0930E: hue angle of 41.13º 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 #D0930E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.18 |
| HSL | 41.13º | 0.87% | 0.44% | - |
| HSV(B) | 41.13º | 0.93% | 0.82% | - |
| XYZ | 36.53 | 34.31 | 5.11 | - |
| YUV | 150.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 14 | 0 | 0.29 | 0.93 | 0.18 | 41.13 | 0.87 | 0.44 |
| Hex | D0 | 93 | E | 0 | 1D | 5D | 12 | 29 | 57 | 2C |
| Octal | 320 | 223 | 16 | 0 | 35 | 135 | 22 | 51 | 127 | 54 |
| Binary | 11010000 | 10010011 | 1110 | 0 | 11101 | 1011101 | 10010 | 101001 | 1010111 | 101100 |
Color Harmonies of #D0930E
Complementary color
Monochromatic Colors of #D0930E
Black with #D0930E
Text Example
Text Example
White with #D0930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0930E; }
p { color: rgb(208,147,14); }
H1.HeaderClassName
{
color: #D0930E;
}
.AnyTagClassName
{
color: #D0930E;
}
</style>
background-color css
<style>
a { background-color: #D0930E; }
a { background-color: rgb(208,147,14); }
div.DivClassName
{
background-color: #D0930E;
}
.BgClassName
{
background-color: #D0930E;
}
</style>
border-color css
<style>
span { border-color: #D0930E; }
span { border-color: rgb(208,147,14); }
td.TdClassName
{
border-color: #D0930E;
}
.TagClassName
{
border-color: #D0930E;
}
</style>