Shades of Gamboge #D88A00
Tints of Gamboge #D88A00
RGB
CMYK
RGB Variations
Color information
#D88A00 (or 0xD88A00) is known color: Gamboge. HEX triplet: D8, 8A and 00. RGB value is (216,138,0). Sum of RGB (Red+Green+Blue) = 216+138+0=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A00 is #2775FF. Grayscale: #929292. Windows color (decimal): -2586112 or 35544. OLE color: 35544.
HSL color Cylindrical-coordinate representation of color #D88A00: hue angle of 38.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D88A00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.15 |
| HSL | 38.33º | 1% | 0.42% | - |
| HSV(B) | 38.33º | 1% | 0.85% | - |
| XYZ | 37.41 | 32.78 | 4.35 | - |
| YUV | 145.59 | 45.84 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 0 | 0 | 0.36 | 1 | 0.15 | 38.33 | 1 | 0.42 |
| Hex | D8 | 8A | 0 | 0 | 24 | 64 | F | 26 | 64 | 2A |
| Octal | 330 | 212 | 0 | 0 | 44 | 144 | 17 | 46 | 144 | 52 |
| Binary | 11011000 | 10001010 | 0 | 0 | 100100 | 1100100 | 1111 | 100110 | 1100100 | 101010 |
Color Harmonies of #D88A00
Complementary color
Monochromatic Colors of #D88A00
Black with #D88A00
Text Example
Text Example
White with #D88A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A00; }
p { color: rgb(216,138,0); }
H1.HeaderClassName
{
color: #D88A00;
}
.AnyTagClassName
{
color: #D88A00;
}
</style>
background-color css
<style>
a { background-color: #D88A00; }
a { background-color: rgb(216,138,0); }
div.DivClassName
{
background-color: #D88A00;
}
.BgClassName
{
background-color: #D88A00;
}
</style>
border-color css
<style>
span { border-color: #D88A00; }
span { border-color: rgb(216,138,0); }
td.TdClassName
{
border-color: #D88A00;
}
.TagClassName
{
border-color: #D88A00;
}
</style>