Shades of Gamboge #D88A0B
Tints of Gamboge #D88A0B
RGB
CMYK
RGB Variations
Color information
#D88A0B (or 0xD88A0B) is known color: Gamboge. HEX triplet: D8, 8A and 0B. RGB value is (216,138,11). Sum of RGB (Red+Green+Blue) = 216+138+11=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A0B is #2775F4. Grayscale: #939393. Windows color (decimal): -2586101 or 756440. OLE color: 756440.
HSL color Cylindrical-coordinate representation of color #D88A0B: hue angle of 37.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D88A0B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.15 |
| HSL | 37.17º | 0.9% | 0.45% | - |
| HSV(B) | 37.17º | 0.95% | 0.85% | - |
| XYZ | 37.47 | 32.8 | 4.67 | - |
| YUV | 146.84 | 51.34 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 11 | 0 | 0.36 | 0.95 | 0.15 | 37.17 | 0.9 | 0.45 |
| Hex | D8 | 8A | B | 0 | 24 | 5F | F | 25 | 5A | 2D |
| Octal | 330 | 212 | 13 | 0 | 44 | 137 | 17 | 45 | 132 | 55 |
| Binary | 11011000 | 10001010 | 1011 | 0 | 100100 | 1011111 | 1111 | 100101 | 1011010 | 101101 |
Color Harmonies of #D88A0B
Complementary color
Monochromatic Colors of #D88A0B
Black with #D88A0B
Text Example
Text Example
White with #D88A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A0B; }
p { color: rgb(216,138,11); }
H1.HeaderClassName
{
color: #D88A0B;
}
.AnyTagClassName
{
color: #D88A0B;
}
</style>
background-color css
<style>
a { background-color: #D88A0B; }
a { background-color: rgb(216,138,11); }
div.DivClassName
{
background-color: #D88A0B;
}
.BgClassName
{
background-color: #D88A0B;
}
</style>
border-color css
<style>
span { border-color: #D88A0B; }
span { border-color: rgb(216,138,11); }
td.TdClassName
{
border-color: #D88A0B;
}
.TagClassName
{
border-color: #D88A0B;
}
</style>