Shades of Gamboge #D5910B
Tints of Gamboge #D5910B
RGB
CMYK
RGB Variations
Color information
#D5910B (or 0xD5910B) is known color: Gamboge. HEX triplet: D5, 91 and 0B. RGB value is (213,145,11). Sum of RGB (Red+Green+Blue) = 213+145+11=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5910B is #2A6EF4. Grayscale: #969696. Windows color (decimal): -2780917 or 758229. OLE color: 758229.
HSL color Cylindrical-coordinate representation of color #D5910B: hue angle of 39.8º 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 #D5910B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.16 |
| HSL | 39.8º | 0.9% | 0.44% | - |
| HSV(B) | 39.8º | 0.95% | 0.84% | - |
| XYZ | 37.63 | 34.42 | 4.98 | - |
| YUV | 150.06 | 49.53 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 11 | 0 | 0.32 | 0.95 | 0.16 | 39.8 | 0.9 | 0.44 |
| Hex | D5 | 91 | B | 0 | 20 | 5F | 10 | 28 | 5A | 2C |
| Octal | 325 | 221 | 13 | 0 | 40 | 137 | 20 | 50 | 132 | 54 |
| Binary | 11010101 | 10010001 | 1011 | 0 | 100000 | 1011111 | 10000 | 101000 | 1011010 | 101100 |
Color Harmonies of #D5910B
Complementary color
Monochromatic Colors of #D5910B
Black with #D5910B
Text Example
Text Example
White with #D5910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5910B; }
p { color: rgb(213,145,11); }
H1.HeaderClassName
{
color: #D5910B;
}
.AnyTagClassName
{
color: #D5910B;
}
</style>
background-color css
<style>
a { background-color: #D5910B; }
a { background-color: rgb(213,145,11); }
div.DivClassName
{
background-color: #D5910B;
}
.BgClassName
{
background-color: #D5910B;
}
</style>
border-color css
<style>
span { border-color: #D5910B; }
span { border-color: rgb(213,145,11); }
td.TdClassName
{
border-color: #D5910B;
}
.TagClassName
{
border-color: #D5910B;
}
</style>