Shades of Gamboge #D88C02
Tints of Gamboge #D88C02
RGB
CMYK
RGB Variations
Color information
#D88C02 (or 0xD88C02) is known color: Gamboge. HEX triplet: D8, 8C and 02. RGB value is (216,140,2). Sum of RGB (Red+Green+Blue) = 216+140+2=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88C02 is #2773FD. Grayscale: #939393. Windows color (decimal): -2585598 or 167128. OLE color: 167128.
HSL color Cylindrical-coordinate representation of color #D88C02: hue angle of 38.69º degrees, saturation: 0.98, 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 #D88C02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.15 |
| HSL | 38.69º | 0.98% | 0.43% | - |
| HSV(B) | 38.69º | 0.99% | 0.85% | - |
| XYZ | 37.71 | 33.36 | 4.51 | - |
| YUV | 146.99 | 46.18 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 2 | 0 | 0.35 | 0.99 | 0.15 | 38.69 | 0.98 | 0.43 |
| Hex | D8 | 8C | 2 | 0 | 23 | 63 | F | 27 | 62 | 2B |
| Octal | 330 | 214 | 2 | 0 | 43 | 143 | 17 | 47 | 142 | 53 |
| Binary | 11011000 | 10001100 | 10 | 0 | 100011 | 1100011 | 1111 | 100111 | 1100010 | 101011 |
Color Harmonies of #D88C02
Complementary color
Monochromatic Colors of #D88C02
Black with #D88C02
Text Example
Text Example
White with #D88C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C02; }
p { color: rgb(216,140,2); }
H1.HeaderClassName
{
color: #D88C02;
}
.AnyTagClassName
{
color: #D88C02;
}
</style>
background-color css
<style>
a { background-color: #D88C02; }
a { background-color: rgb(216,140,2); }
div.DivClassName
{
background-color: #D88C02;
}
.BgClassName
{
background-color: #D88C02;
}
</style>
border-color css
<style>
span { border-color: #D88C02; }
span { border-color: rgb(216,140,2); }
td.TdClassName
{
border-color: #D88C02;
}
.TagClassName
{
border-color: #D88C02;
}
</style>