Shades of Gamboge #D5A90B
Tints of Gamboge #D5A90B
RGB
CMYK
RGB Variations
Color information
#D5A90B (or 0xD5A90B) is known color: Gamboge. HEX triplet: D5, A9 and 0B. RGB value is (213,169,11). Sum of RGB (Red+Green+Blue) = 213+169+11=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A90B is #2A56F4. Grayscale: #A4A4A4. Windows color (decimal): -2774773 or 764373. OLE color: 764373.
HSL color Cylindrical-coordinate representation of color #D5A90B: hue angle of 46.93º 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 #D5A90B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.16 |
| HSL | 46.93º | 0.9% | 0.44% | - |
| HSV(B) | 46.93º | 0.95% | 0.84% | - |
| XYZ | 41.69 | 42.55 | 6.33 | - |
| YUV | 164.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 11 | 0 | 0.21 | 0.95 | 0.16 | 46.93 | 0.9 | 0.44 |
| Hex | D5 | A9 | B | 0 | 15 | 5F | 10 | 2F | 5A | 2C |
| Octal | 325 | 251 | 13 | 0 | 25 | 137 | 20 | 57 | 132 | 54 |
| Binary | 11010101 | 10101001 | 1011 | 0 | 10101 | 1011111 | 10000 | 101111 | 1011010 | 101100 |
Color Harmonies of #D5A90B
Complementary color
Monochromatic Colors of #D5A90B
Black with #D5A90B
Text Example
Text Example
White with #D5A90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A90B; }
p { color: rgb(213,169,11); }
H1.HeaderClassName
{
color: #D5A90B;
}
.AnyTagClassName
{
color: #D5A90B;
}
</style>
background-color css
<style>
a { background-color: #D5A90B; }
a { background-color: rgb(213,169,11); }
div.DivClassName
{
background-color: #D5A90B;
}
.BgClassName
{
background-color: #D5A90B;
}
</style>
border-color css
<style>
span { border-color: #D5A90B; }
span { border-color: rgb(213,169,11); }
td.TdClassName
{
border-color: #D5A90B;
}
.TagClassName
{
border-color: #D5A90B;
}
</style>