Shades of Gamboge #D69518
Tints of Gamboge #D69518
RGB
CMYK
RGB Variations
Color information
#D69518 (or 0xD69518) is known color: Gamboge. HEX triplet: D6, 95 and 18. RGB value is (214,149,24). Sum of RGB (Red+Green+Blue) = 214+149+24=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D69518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69518 is #296AE7. Grayscale: #9A9A9A. Windows color (decimal): -2714344 or 1611222. OLE color: 1611222.
HSL color Cylindrical-coordinate representation of color #D69518: hue angle of 39.47º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D69518 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 24 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.16 |
| HSL | 39.47º | 0.8% | 0.47% | - |
| HSV(B) | 39.47º | 0.89% | 0.84% | - |
| XYZ | 38.64 | 35.86 | 5.75 | - |
| YUV | 154.19 | 54.53 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 24 | 0 | 0.30 | 0.89 | 0.16 | 39.47 | 0.8 | 0.47 |
| Hex | D6 | 95 | 18 | 0 | 1E | 59 | 10 | 27 | 50 | 2F |
| Octal | 326 | 225 | 30 | 0 | 36 | 131 | 20 | 47 | 120 | 57 |
| Binary | 11010110 | 10010101 | 11000 | 0 | 11110 | 1011001 | 10000 | 100111 | 1010000 | 101111 |
Color Harmonies of #D69518
Complementary color
Monochromatic Colors of #D69518
Black with #D69518
Text Example
Text Example
White with #D69518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69518; }
p { color: rgb(214,149,24); }
H1.HeaderClassName
{
color: #D69518;
}
.AnyTagClassName
{
color: #D69518;
}
</style>
background-color css
<style>
a { background-color: #D69518; }
a { background-color: rgb(214,149,24); }
div.DivClassName
{
background-color: #D69518;
}
.BgClassName
{
background-color: #D69518;
}
</style>
border-color css
<style>
span { border-color: #D69518; }
span { border-color: rgb(214,149,24); }
td.TdClassName
{
border-color: #D69518;
}
.TagClassName
{
border-color: #D69518;
}
</style>