Shades of Gamboge #D5A20B
Tints of Gamboge #D5A20B
RGB
CMYK
RGB Variations
Color information
#D5A20B (or 0xD5A20B) is known color: Gamboge. HEX triplet: D5, A2 and 0B. RGB value is (213,162,11). Sum of RGB (Red+Green+Blue) = 213+162+11=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A20B is #2A5DF4. Grayscale: #A0A0A0. Windows color (decimal): -2776565 or 762581. OLE color: 762581.
HSL color Cylindrical-coordinate representation of color #D5A20B: hue angle of 44.85º 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 #D5A20B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.16 |
| HSL | 44.85º | 0.9% | 0.44% | - |
| HSV(B) | 44.85º | 0.95% | 0.84% | - |
| XYZ | 40.42 | 40.01 | 5.91 | - |
| YUV | 160.04 | 43.9 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 11 | 0 | 0.24 | 0.95 | 0.16 | 44.85 | 0.9 | 0.44 |
| Hex | D5 | A2 | B | 0 | 18 | 5F | 10 | 2D | 5A | 2C |
| Octal | 325 | 242 | 13 | 0 | 30 | 137 | 20 | 55 | 132 | 54 |
| Binary | 11010101 | 10100010 | 1011 | 0 | 11000 | 1011111 | 10000 | 101101 | 1011010 | 101100 |
Color Harmonies of #D5A20B
Complementary color
Monochromatic Colors of #D5A20B
Black with #D5A20B
Text Example
Text Example
White with #D5A20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A20B; }
p { color: rgb(213,162,11); }
H1.HeaderClassName
{
color: #D5A20B;
}
.AnyTagClassName
{
color: #D5A20B;
}
</style>
background-color css
<style>
a { background-color: #D5A20B; }
a { background-color: rgb(213,162,11); }
div.DivClassName
{
background-color: #D5A20B;
}
.BgClassName
{
background-color: #D5A20B;
}
</style>
border-color css
<style>
span { border-color: #D5A20B; }
span { border-color: rgb(213,162,11); }
td.TdClassName
{
border-color: #D5A20B;
}
.TagClassName
{
border-color: #D5A20B;
}
</style>