Shades of Gamboge #D88A0D
Tints of Gamboge #D88A0D
RGB
CMYK
RGB Variations
Color information
#D88A0D (or 0xD88A0D) is known color: Gamboge. HEX triplet: D8, 8A and 0D. RGB value is (216,138,13). Sum of RGB (Red+Green+Blue) = 216+138+13=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A0D is #2775F2. Grayscale: #939393. Windows color (decimal): -2586099 or 887512. OLE color: 887512.
HSL color Cylindrical-coordinate representation of color #D88A0D: hue angle of 36.95º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D88A0D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.15 |
| HSL | 36.95º | 0.89% | 0.45% | - |
| HSV(B) | 36.95º | 0.94% | 0.85% | - |
| XYZ | 37.48 | 32.8 | 4.74 | - |
| YUV | 147.07 | 52.34 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 13 | 0 | 0.36 | 0.94 | 0.15 | 36.95 | 0.89 | 0.45 |
| Hex | D8 | 8A | D | 0 | 24 | 5E | F | 25 | 59 | 2D |
| Octal | 330 | 212 | 15 | 0 | 44 | 136 | 17 | 45 | 131 | 55 |
| Binary | 11011000 | 10001010 | 1101 | 0 | 100100 | 1011110 | 1111 | 100101 | 1011001 | 101101 |
Color Harmonies of #D88A0D
Complementary color
Monochromatic Colors of #D88A0D
Black with #D88A0D
Text Example
Text Example
White with #D88A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A0D; }
p { color: rgb(216,138,13); }
H1.HeaderClassName
{
color: #D88A0D;
}
.AnyTagClassName
{
color: #D88A0D;
}
</style>
background-color css
<style>
a { background-color: #D88A0D; }
a { background-color: rgb(216,138,13); }
div.DivClassName
{
background-color: #D88A0D;
}
.BgClassName
{
background-color: #D88A0D;
}
</style>
border-color css
<style>
span { border-color: #D88A0D; }
span { border-color: rgb(216,138,13); }
td.TdClassName
{
border-color: #D88A0D;
}
.TagClassName
{
border-color: #D88A0D;
}
</style>