Shades of Gamboge #D69A03
Tints of Gamboge #D69A03
RGB
CMYK
RGB Variations
Color information
#D69A03 (or 0xD69A03) is known color: Gamboge. HEX triplet: D6, 9A and 03. RGB value is (214,154,3). Sum of RGB (Red+Green+Blue) = 214+154+3=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69A03 is #2965FC. Grayscale: #9B9B9B. Windows color (decimal): -2713085 or 236246. OLE color: 236246.
HSL color Cylindrical-coordinate representation of color #D69A03: hue angle of 42.94º 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 #D69A03 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.16 |
| HSL | 42.94º | 0.97% | 0.43% | - |
| HSV(B) | 42.94º | 0.99% | 0.84% | - |
| XYZ | 39.3 | 37.41 | 5.24 | - |
| YUV | 154.73 | 42.38 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 3 | 0 | 0.28 | 0.99 | 0.16 | 42.94 | 0.97 | 0.43 |
| Hex | D6 | 9A | 3 | 0 | 1C | 63 | 10 | 2B | 61 | 2B |
| Octal | 326 | 232 | 3 | 0 | 34 | 143 | 20 | 53 | 141 | 53 |
| Binary | 11010110 | 10011010 | 11 | 0 | 11100 | 1100011 | 10000 | 101011 | 1100001 | 101011 |
Color Harmonies of #D69A03
Complementary color
Monochromatic Colors of #D69A03
Black with #D69A03
Text Example
Text Example
White with #D69A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A03; }
p { color: rgb(214,154,3); }
H1.HeaderClassName
{
color: #D69A03;
}
.AnyTagClassName
{
color: #D69A03;
}
</style>
background-color css
<style>
a { background-color: #D69A03; }
a { background-color: rgb(214,154,3); }
div.DivClassName
{
background-color: #D69A03;
}
.BgClassName
{
background-color: #D69A03;
}
</style>
border-color css
<style>
span { border-color: #D69A03; }
span { border-color: rgb(214,154,3); }
td.TdClassName
{
border-color: #D69A03;
}
.TagClassName
{
border-color: #D69A03;
}
</style>