Shades of Gamboge #D7880B
Tints of Gamboge #D7880B
RGB
CMYK
RGB Variations
Color information
#D7880B (or 0xD7880B) is known color: Gamboge. HEX triplet: D7, 88 and 0B. RGB value is (215,136,11). Sum of RGB (Red+Green+Blue) = 215+136+11=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7880B is #2877F4. Grayscale: #919191. Windows color (decimal): -2652149 or 755927. OLE color: 755927.
HSL color Cylindrical-coordinate representation of color #D7880B: hue angle of 36.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7880B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.16 |
| HSL | 36.76º | 0.9% | 0.44% | - |
| HSV(B) | 36.76º | 0.95% | 0.84% | - |
| XYZ | 36.89 | 32.08 | 4.56 | - |
| YUV | 145.37 | 52.17 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 11 | 0 | 0.37 | 0.95 | 0.16 | 36.76 | 0.9 | 0.44 |
| Hex | D7 | 88 | B | 0 | 25 | 5F | 10 | 25 | 5A | 2C |
| Octal | 327 | 210 | 13 | 0 | 45 | 137 | 20 | 45 | 132 | 54 |
| Binary | 11010111 | 10001000 | 1011 | 0 | 100101 | 1011111 | 10000 | 100101 | 1011010 | 101100 |
Color Harmonies of #D7880B
Complementary color
Monochromatic Colors of #D7880B
Black with #D7880B
Text Example
Text Example
White with #D7880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7880B; }
p { color: rgb(215,136,11); }
H1.HeaderClassName
{
color: #D7880B;
}
.AnyTagClassName
{
color: #D7880B;
}
</style>
background-color css
<style>
a { background-color: #D7880B; }
a { background-color: rgb(215,136,11); }
div.DivClassName
{
background-color: #D7880B;
}
.BgClassName
{
background-color: #D7880B;
}
</style>
border-color css
<style>
span { border-color: #D7880B; }
span { border-color: rgb(215,136,11); }
td.TdClassName
{
border-color: #D7880B;
}
.TagClassName
{
border-color: #D7880B;
}
</style>