Shades of Gamboge #D6AA03
Tints of Gamboge #D6AA03
RGB
CMYK
RGB Variations
Color information
#D6AA03 (or 0xD6AA03) is known color: Gamboge. HEX triplet: D6, AA and 03. RGB value is (214,170,3). Sum of RGB (Red+Green+Blue) = 214+170+3=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AA03 is #2955FC. Grayscale: #A4A4A4. Windows color (decimal): -2708989 or 240342. OLE color: 240342.
HSL color Cylindrical-coordinate representation of color #D6AA03: hue angle of 47.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6AA03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.16 |
| HSL | 47.49º | 0.97% | 0.43% | - |
| HSV(B) | 47.49º | 0.99% | 0.84% | - |
| XYZ | 42.12 | 43.05 | 6.18 | - |
| YUV | 164.12 | 37.08 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 3 | 0 | 0.21 | 0.99 | 0.16 | 47.49 | 0.97 | 0.43 |
| Hex | D6 | AA | 3 | 0 | 15 | 63 | 10 | 2F | 61 | 2B |
| Octal | 326 | 252 | 3 | 0 | 25 | 143 | 20 | 57 | 141 | 53 |
| Binary | 11010110 | 10101010 | 11 | 0 | 10101 | 1100011 | 10000 | 101111 | 1100001 | 101011 |
Color Harmonies of #D6AA03
Complementary color
Monochromatic Colors of #D6AA03
Black with #D6AA03
Text Example
Text Example
White with #D6AA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA03; }
p { color: rgb(214,170,3); }
H1.HeaderClassName
{
color: #D6AA03;
}
.AnyTagClassName
{
color: #D6AA03;
}
</style>
background-color css
<style>
a { background-color: #D6AA03; }
a { background-color: rgb(214,170,3); }
div.DivClassName
{
background-color: #D6AA03;
}
.BgClassName
{
background-color: #D6AA03;
}
</style>
border-color css
<style>
span { border-color: #D6AA03; }
span { border-color: rgb(214,170,3); }
td.TdClassName
{
border-color: #D6AA03;
}
.TagClassName
{
border-color: #D6AA03;
}
</style>