Shades of Gamboge #D0940E
Tints of Gamboge #D0940E
RGB
CMYK
RGB Variations
Color information
#D0940E (or 0xD0940E) is known color: Gamboge. HEX triplet: D0, 94 and 0E. RGB value is (208,148,14). Sum of RGB (Red+Green+Blue) = 208+148+14=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0940E is #2F6BF1. Grayscale: #979797. Windows color (decimal): -3107826 or 955600. OLE color: 955600.
HSL color Cylindrical-coordinate representation of color #D0940E: hue angle of 41.44º 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 #D0940E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.18 |
| HSL | 41.44º | 0.87% | 0.44% | - |
| HSV(B) | 41.44º | 0.93% | 0.82% | - |
| XYZ | 36.68 | 34.62 | 5.16 | - |
| YUV | 150.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 14 | 0 | 0.29 | 0.93 | 0.18 | 41.44 | 0.87 | 0.44 |
| Hex | D0 | 94 | E | 0 | 1D | 5D | 12 | 29 | 57 | 2C |
| Octal | 320 | 224 | 16 | 0 | 35 | 135 | 22 | 51 | 127 | 54 |
| Binary | 11010000 | 10010100 | 1110 | 0 | 11101 | 1011101 | 10010 | 101001 | 1010111 | 101100 |
Color Harmonies of #D0940E
Complementary color
Monochromatic Colors of #D0940E
Black with #D0940E
Text Example
Text Example
White with #D0940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0940E; }
p { color: rgb(208,148,14); }
H1.HeaderClassName
{
color: #D0940E;
}
.AnyTagClassName
{
color: #D0940E;
}
</style>
background-color css
<style>
a { background-color: #D0940E; }
a { background-color: rgb(208,148,14); }
div.DivClassName
{
background-color: #D0940E;
}
.BgClassName
{
background-color: #D0940E;
}
</style>
border-color css
<style>
span { border-color: #D0940E; }
span { border-color: rgb(208,148,14); }
td.TdClassName
{
border-color: #D0940E;
}
.TagClassName
{
border-color: #D0940E;
}
</style>