Shades of Gamboge #D98F01
Tints of Gamboge #D98F01
RGB
CMYK
RGB Variations
Color information
#D98F01 (or 0xD98F01) is known color: Gamboge. HEX triplet: D9, 8F and 01. RGB value is (217,143,1). Sum of RGB (Red+Green+Blue) = 217+143+1=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98F01 is #2670FE. Grayscale: #959595. Windows color (decimal): -2519295 or 102361. OLE color: 102361.
HSL color Cylindrical-coordinate representation of color #D98F01: hue angle of 39.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D98F01 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.15 |
| HSL | 39.44º | 0.99% | 0.43% | - |
| HSV(B) | 39.44º | 1% | 0.85% | - |
| XYZ | 38.44 | 34.4 | 4.64 | - |
| YUV | 148.94 | 44.52 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 1 | 0 | 0.34 | 1.00 | 0.15 | 39.44 | 0.99 | 0.43 |
| Hex | D9 | 8F | 1 | 0 | 22 | 64 | F | 27 | 63 | 2B |
| Octal | 331 | 217 | 1 | 0 | 42 | 144 | 17 | 47 | 143 | 53 |
| Binary | 11011001 | 10001111 | 1 | 0 | 100010 | 1100100 | 1111 | 100111 | 1100011 | 101011 |
Color Harmonies of #D98F01
Complementary color
Monochromatic Colors of #D98F01
Black with #D98F01
Text Example
Text Example
White with #D98F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F01; }
p { color: rgb(217,143,1); }
H1.HeaderClassName
{
color: #D98F01;
}
.AnyTagClassName
{
color: #D98F01;
}
</style>
background-color css
<style>
a { background-color: #D98F01; }
a { background-color: rgb(217,143,1); }
div.DivClassName
{
background-color: #D98F01;
}
.BgClassName
{
background-color: #D98F01;
}
</style>
border-color css
<style>
span { border-color: #D98F01; }
span { border-color: rgb(217,143,1); }
td.TdClassName
{
border-color: #D98F01;
}
.TagClassName
{
border-color: #D98F01;
}
</style>