Shades of Gamboge #D88C03
Tints of Gamboge #D88C03
RGB
CMYK
RGB Variations
Color information
#D88C03 (or 0xD88C03) is known color: Gamboge. HEX triplet: D8, 8C and 03. RGB value is (216,140,3). Sum of RGB (Red+Green+Blue) = 216+140+3=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88C03 is #2773FC. Grayscale: #939393. Windows color (decimal): -2585597 or 232664. OLE color: 232664.
HSL color Cylindrical-coordinate representation of color #D88C03: hue angle of 38.59º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D88C03 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.15 |
| HSL | 38.59º | 0.97% | 0.43% | - |
| HSV(B) | 38.59º | 0.99% | 0.85% | - |
| XYZ | 37.71 | 33.36 | 4.54 | - |
| YUV | 147.11 | 46.68 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 3 | 0 | 0.35 | 0.99 | 0.15 | 38.59 | 0.97 | 0.43 |
| Hex | D8 | 8C | 3 | 0 | 23 | 63 | F | 27 | 61 | 2B |
| Octal | 330 | 214 | 3 | 0 | 43 | 143 | 17 | 47 | 141 | 53 |
| Binary | 11011000 | 10001100 | 11 | 0 | 100011 | 1100011 | 1111 | 100111 | 1100001 | 101011 |
Color Harmonies of #D88C03
Complementary color
Monochromatic Colors of #D88C03
Black with #D88C03
Text Example
Text Example
White with #D88C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C03; }
p { color: rgb(216,140,3); }
H1.HeaderClassName
{
color: #D88C03;
}
.AnyTagClassName
{
color: #D88C03;
}
</style>
background-color css
<style>
a { background-color: #D88C03; }
a { background-color: rgb(216,140,3); }
div.DivClassName
{
background-color: #D88C03;
}
.BgClassName
{
background-color: #D88C03;
}
</style>
border-color css
<style>
span { border-color: #D88C03; }
span { border-color: rgb(216,140,3); }
td.TdClassName
{
border-color: #D88C03;
}
.TagClassName
{
border-color: #D88C03;
}
</style>