Shades of Gamboge #D69A0D
Tints of Gamboge #D69A0D
RGB
CMYK
RGB Variations
Color information
#D69A0D (or 0xD69A0D) is known color: Gamboge. HEX triplet: D6, 9A and 0D. RGB value is (214,154,13). Sum of RGB (Red+Green+Blue) = 214+154+13=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69A0D is #2965F2. Grayscale: #9C9C9C. Windows color (decimal): -2713075 or 891606. OLE color: 891606.
HSL color Cylindrical-coordinate representation of color #D69A0D: hue angle of 42.09º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D69A0D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.16 |
| HSL | 42.09º | 0.89% | 0.45% | - |
| HSV(B) | 42.09º | 0.94% | 0.84% | - |
| XYZ | 39.36 | 37.44 | 5.53 | - |
| YUV | 155.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 13 | 0 | 0.28 | 0.94 | 0.16 | 42.09 | 0.89 | 0.45 |
| Hex | D6 | 9A | D | 0 | 1C | 5E | 10 | 2A | 59 | 2D |
| Octal | 326 | 232 | 15 | 0 | 34 | 136 | 20 | 52 | 131 | 55 |
| Binary | 11010110 | 10011010 | 1101 | 0 | 11100 | 1011110 | 10000 | 101010 | 1011001 | 101101 |
Color Harmonies of #D69A0D
Complementary color
Monochromatic Colors of #D69A0D
Black with #D69A0D
Text Example
Text Example
White with #D69A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A0D; }
p { color: rgb(214,154,13); }
H1.HeaderClassName
{
color: #D69A0D;
}
.AnyTagClassName
{
color: #D69A0D;
}
</style>
background-color css
<style>
a { background-color: #D69A0D; }
a { background-color: rgb(214,154,13); }
div.DivClassName
{
background-color: #D69A0D;
}
.BgClassName
{
background-color: #D69A0D;
}
</style>
border-color css
<style>
span { border-color: #D69A0D; }
span { border-color: rgb(214,154,13); }
td.TdClassName
{
border-color: #D69A0D;
}
.TagClassName
{
border-color: #D69A0D;
}
</style>