Shades of Gamboge #D69314
Tints of Gamboge #D69314
RGB
CMYK
RGB Variations
Color information
#D69314 (or 0xD69314) is known color: Gamboge. HEX triplet: D6, 93 and 14. RGB value is (214,147,20). Sum of RGB (Red+Green+Blue) = 214+147+20=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D69314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69314 is #296CEB. Grayscale: #999999. Windows color (decimal): -2714860 or 1348566. OLE color: 1348566.
HSL color Cylindrical-coordinate representation of color #D69314: hue angle of 39.28º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D69314 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.16 |
| HSL | 39.28º | 0.83% | 0.46% | - |
| HSV(B) | 39.28º | 0.91% | 0.84% | - |
| XYZ | 38.29 | 35.21 | 5.44 | - |
| YUV | 152.56 | 53.2 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 20 | 0 | 0.31 | 0.91 | 0.16 | 39.28 | 0.83 | 0.46 |
| Hex | D6 | 93 | 14 | 0 | 1F | 5B | 10 | 27 | 53 | 2E |
| Octal | 326 | 223 | 24 | 0 | 37 | 133 | 20 | 47 | 123 | 56 |
| Binary | 11010110 | 10010011 | 10100 | 0 | 11111 | 1011011 | 10000 | 100111 | 1010011 | 101110 |
Color Harmonies of #D69314
Complementary color
Monochromatic Colors of #D69314
Black with #D69314
Text Example
Text Example
White with #D69314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69314; }
p { color: rgb(214,147,20); }
H1.HeaderClassName
{
color: #D69314;
}
.AnyTagClassName
{
color: #D69314;
}
</style>
background-color css
<style>
a { background-color: #D69314; }
a { background-color: rgb(214,147,20); }
div.DivClassName
{
background-color: #D69314;
}
.BgClassName
{
background-color: #D69314;
}
</style>
border-color css
<style>
span { border-color: #D69314; }
span { border-color: rgb(214,147,20); }
td.TdClassName
{
border-color: #D69314;
}
.TagClassName
{
border-color: #D69314;
}
</style>