Shades of Gamboge #D7880C
Tints of Gamboge #D7880C
RGB
CMYK
RGB Variations
Color information
#D7880C (or 0xD7880C) is known color: Gamboge. HEX triplet: D7, 88 and 0C. RGB value is (215,136,12). Sum of RGB (Red+Green+Blue) = 215+136+12=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7880C is #2877F3. Grayscale: #929292. Windows color (decimal): -2652148 or 821463. OLE color: 821463.
HSL color Cylindrical-coordinate representation of color #D7880C: hue angle of 36.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7880C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.16 |
| HSL | 36.65º | 0.89% | 0.45% | - |
| HSV(B) | 36.65º | 0.94% | 0.84% | - |
| XYZ | 36.89 | 32.08 | 4.6 | - |
| YUV | 145.49 | 52.67 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 12 | 0 | 0.37 | 0.94 | 0.16 | 36.65 | 0.89 | 0.45 |
| Hex | D7 | 88 | C | 0 | 25 | 5E | 10 | 25 | 59 | 2D |
| Octal | 327 | 210 | 14 | 0 | 45 | 136 | 20 | 45 | 131 | 55 |
| Binary | 11010111 | 10001000 | 1100 | 0 | 100101 | 1011110 | 10000 | 100101 | 1011001 | 101101 |
Color Harmonies of #D7880C
Complementary color
Monochromatic Colors of #D7880C
Black with #D7880C
Text Example
Text Example
White with #D7880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7880C; }
p { color: rgb(215,136,12); }
H1.HeaderClassName
{
color: #D7880C;
}
.AnyTagClassName
{
color: #D7880C;
}
</style>
background-color css
<style>
a { background-color: #D7880C; }
a { background-color: rgb(215,136,12); }
div.DivClassName
{
background-color: #D7880C;
}
.BgClassName
{
background-color: #D7880C;
}
</style>
border-color css
<style>
span { border-color: #D7880C; }
span { border-color: rgb(215,136,12); }
td.TdClassName
{
border-color: #D7880C;
}
.TagClassName
{
border-color: #D7880C;
}
</style>