Shades of Gamboge #D6AD03
Tints of Gamboge #D6AD03
RGB
CMYK
RGB Variations
Color information
#D6AD03 (or 0xD6AD03) is known color: Gamboge. HEX triplet: D6, AD and 03. RGB value is (214,173,3). Sum of RGB (Red+Green+Blue) = 214+173+3=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AD03 is #2952FC. Grayscale: #A6A6A6. Windows color (decimal): -2708221 or 241110. OLE color: 241110.
HSL color Cylindrical-coordinate representation of color #D6AD03: hue angle of 48.34º 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 #D6AD03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.16 |
| HSL | 48.34º | 0.97% | 0.43% | - |
| HSV(B) | 48.34º | 0.99% | 0.84% | - |
| XYZ | 42.69 | 44.19 | 6.37 | - |
| YUV | 165.88 | 36.08 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 3 | 0 | 0.19 | 0.99 | 0.16 | 48.34 | 0.97 | 0.43 |
| Hex | D6 | AD | 3 | 0 | 13 | 63 | 10 | 30 | 61 | 2B |
| Octal | 326 | 255 | 3 | 0 | 23 | 143 | 20 | 60 | 141 | 53 |
| Binary | 11010110 | 10101101 | 11 | 0 | 10011 | 1100011 | 10000 | 110000 | 1100001 | 101011 |
Color Harmonies of #D6AD03
Complementary color
Monochromatic Colors of #D6AD03
Black with #D6AD03
Text Example
Text Example
White with #D6AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD03; }
p { color: rgb(214,173,3); }
H1.HeaderClassName
{
color: #D6AD03;
}
.AnyTagClassName
{
color: #D6AD03;
}
</style>
background-color css
<style>
a { background-color: #D6AD03; }
a { background-color: rgb(214,173,3); }
div.DivClassName
{
background-color: #D6AD03;
}
.BgClassName
{
background-color: #D6AD03;
}
</style>
border-color css
<style>
span { border-color: #D6AD03; }
span { border-color: rgb(214,173,3); }
td.TdClassName
{
border-color: #D6AD03;
}
.TagClassName
{
border-color: #D6AD03;
}
</style>