Shades of Gamboge #D88C01
Tints of Gamboge #D88C01
RGB
CMYK
RGB Variations
Color information
#D88C01 (or 0xD88C01) is known color: Gamboge. HEX triplet: D8, 8C and 01. RGB value is (216,140,1). Sum of RGB (Red+Green+Blue) = 216+140+1=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88C01 is #2773FE. Grayscale: #939393. Windows color (decimal): -2585599 or 101592. OLE color: 101592.
HSL color Cylindrical-coordinate representation of color #D88C01: hue angle of 38.79º 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 #D88C01 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.15 |
| HSL | 38.79º | 0.99% | 0.43% | - |
| HSV(B) | 38.79º | 1% | 0.85% | - |
| XYZ | 37.7 | 33.36 | 4.48 | - |
| YUV | 146.88 | 45.68 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 1 | 0 | 0.35 | 1.00 | 0.15 | 38.79 | 0.99 | 0.43 |
| Hex | D8 | 8C | 1 | 0 | 23 | 64 | F | 27 | 63 | 2B |
| Octal | 330 | 214 | 1 | 0 | 43 | 144 | 17 | 47 | 143 | 53 |
| Binary | 11011000 | 10001100 | 1 | 0 | 100011 | 1100100 | 1111 | 100111 | 1100011 | 101011 |
Color Harmonies of #D88C01
Complementary color
Monochromatic Colors of #D88C01
Black with #D88C01
Text Example
Text Example
White with #D88C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C01; }
p { color: rgb(216,140,1); }
H1.HeaderClassName
{
color: #D88C01;
}
.AnyTagClassName
{
color: #D88C01;
}
</style>
background-color css
<style>
a { background-color: #D88C01; }
a { background-color: rgb(216,140,1); }
div.DivClassName
{
background-color: #D88C01;
}
.BgClassName
{
background-color: #D88C01;
}
</style>
border-color css
<style>
span { border-color: #D88C01; }
span { border-color: rgb(216,140,1); }
td.TdClassName
{
border-color: #D88C01;
}
.TagClassName
{
border-color: #D88C01;
}
</style>