Shades of Gamboge #D5AC03
Tints of Gamboge #D5AC03
RGB
CMYK
RGB Variations
Color information
#D5AC03 (or 0xD5AC03) is known color: Gamboge. HEX triplet: D5, AC and 03. RGB value is (213,172,3). Sum of RGB (Red+Green+Blue) = 213+172+3=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AC03 is #2A53FC. Grayscale: #A5A5A5. Windows color (decimal): -2774013 or 240853. OLE color: 240853.
HSL color Cylindrical-coordinate representation of color #D5AC03: hue angle of 48.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5AC03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.16 |
| HSL | 48.29º | 0.97% | 0.42% | - |
| HSV(B) | 48.29º | 0.99% | 0.84% | - |
| XYZ | 42.21 | 43.66 | 6.29 | - |
| YUV | 164.99 | 36.58 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 3 | 0 | 0.19 | 0.99 | 0.16 | 48.29 | 0.97 | 0.42 |
| Hex | D5 | AC | 3 | 0 | 13 | 63 | 10 | 30 | 61 | 2A |
| Octal | 325 | 254 | 3 | 0 | 23 | 143 | 20 | 60 | 141 | 52 |
| Binary | 11010101 | 10101100 | 11 | 0 | 10011 | 1100011 | 10000 | 110000 | 1100001 | 101010 |
Color Harmonies of #D5AC03
Complementary color
Monochromatic Colors of #D5AC03
Black with #D5AC03
Text Example
Text Example
White with #D5AC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC03; }
p { color: rgb(213,172,3); }
H1.HeaderClassName
{
color: #D5AC03;
}
.AnyTagClassName
{
color: #D5AC03;
}
</style>
background-color css
<style>
a { background-color: #D5AC03; }
a { background-color: rgb(213,172,3); }
div.DivClassName
{
background-color: #D5AC03;
}
.BgClassName
{
background-color: #D5AC03;
}
</style>
border-color css
<style>
span { border-color: #D5AC03; }
span { border-color: rgb(213,172,3); }
td.TdClassName
{
border-color: #D5AC03;
}
.TagClassName
{
border-color: #D5AC03;
}
</style>