Shades of Gamboge #D8940A
Tints of Gamboge #D8940A
RGB
CMYK
RGB Variations
Color information
#D8940A (or 0xD8940A) is known color: Gamboge. HEX triplet: D8, 94 and 0A. RGB value is (216,148,10). Sum of RGB (Red+Green+Blue) = 216+148+10=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8940A is #276BF5. Grayscale: #999999. Windows color (decimal): -2583542 or 693464. OLE color: 693464.
HSL color Cylindrical-coordinate representation of color #D8940A: hue angle of 40.19º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8940A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.15 |
| HSL | 40.19º | 0.91% | 0.44% | - |
| HSV(B) | 40.19º | 0.95% | 0.85% | - |
| XYZ | 38.96 | 35.8 | 5.14 | - |
| YUV | 152.6 | 47.53 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 10 | 0 | 0.31 | 0.95 | 0.15 | 40.19 | 0.91 | 0.44 |
| Hex | D8 | 94 | A | 0 | 1F | 5F | F | 28 | 5B | 2C |
| Octal | 330 | 224 | 12 | 0 | 37 | 137 | 17 | 50 | 133 | 54 |
| Binary | 11011000 | 10010100 | 1010 | 0 | 11111 | 1011111 | 1111 | 101000 | 1011011 | 101100 |
Color Harmonies of #D8940A
Complementary color
Monochromatic Colors of #D8940A
Black with #D8940A
Text Example
Text Example
White with #D8940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8940A; }
p { color: rgb(216,148,10); }
H1.HeaderClassName
{
color: #D8940A;
}
.AnyTagClassName
{
color: #D8940A;
}
</style>
background-color css
<style>
a { background-color: #D8940A; }
a { background-color: rgb(216,148,10); }
div.DivClassName
{
background-color: #D8940A;
}
.BgClassName
{
background-color: #D8940A;
}
</style>
border-color css
<style>
span { border-color: #D8940A; }
span { border-color: rgb(216,148,10); }
td.TdClassName
{
border-color: #D8940A;
}
.TagClassName
{
border-color: #D8940A;
}
</style>