Shades of Gamboge #D69603
Tints of Gamboge #D69603
RGB
CMYK
RGB Variations
Color information
#D69603 (or 0xD69603) is known color: Gamboge. HEX triplet: D6, 96 and 03. RGB value is (214,150,3). Sum of RGB (Red+Green+Blue) = 214+150+3=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D69603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69603 is #2969FC. Grayscale: #999999. Windows color (decimal): -2714109 or 235222. OLE color: 235222.
HSL color Cylindrical-coordinate representation of color #D69603: hue angle of 41.8º 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 #D69603 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.16 |
| HSL | 41.8º | 0.97% | 0.43% | - |
| HSV(B) | 41.8º | 0.99% | 0.84% | - |
| XYZ | 38.65 | 36.12 | 5.02 | - |
| YUV | 152.38 | 43.7 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 3 | 0 | 0.30 | 0.99 | 0.16 | 41.8 | 0.97 | 0.43 |
| Hex | D6 | 96 | 3 | 0 | 1E | 63 | 10 | 2A | 61 | 2B |
| Octal | 326 | 226 | 3 | 0 | 36 | 143 | 20 | 52 | 141 | 53 |
| Binary | 11010110 | 10010110 | 11 | 0 | 11110 | 1100011 | 10000 | 101010 | 1100001 | 101011 |
Color Harmonies of #D69603
Complementary color
Monochromatic Colors of #D69603
Black with #D69603
Text Example
Text Example
White with #D69603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69603; }
p { color: rgb(214,150,3); }
H1.HeaderClassName
{
color: #D69603;
}
.AnyTagClassName
{
color: #D69603;
}
</style>
background-color css
<style>
a { background-color: #D69603; }
a { background-color: rgb(214,150,3); }
div.DivClassName
{
background-color: #D69603;
}
.BgClassName
{
background-color: #D69603;
}
</style>
border-color css
<style>
span { border-color: #D69603; }
span { border-color: rgb(214,150,3); }
td.TdClassName
{
border-color: #D69603;
}
.TagClassName
{
border-color: #D69603;
}
</style>