Shades of Gamboge #D69814
Tints of Gamboge #D69814
RGB
CMYK
RGB Variations
Color information
#D69814 (or 0xD69814) is known color: Gamboge. HEX triplet: D6, 98 and 14. RGB value is (214,152,20). Sum of RGB (Red+Green+Blue) = 214+152+20=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D69814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69814 is #2967EB. Grayscale: #9C9C9C. Windows color (decimal): -2713580 or 1349846. OLE color: 1349846.
HSL color Cylindrical-coordinate representation of color #D69814: hue angle of 40.82º 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 #D69814 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 20 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.16 |
| HSL | 40.82º | 0.83% | 0.46% | - |
| HSV(B) | 40.82º | 0.91% | 0.84% | - |
| XYZ | 39.09 | 36.8 | 5.71 | - |
| YUV | 155.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 20 | 0 | 0.29 | 0.91 | 0.16 | 40.82 | 0.83 | 0.46 |
| Hex | D6 | 98 | 14 | 0 | 1D | 5B | 10 | 29 | 53 | 2E |
| Octal | 326 | 230 | 24 | 0 | 35 | 133 | 20 | 51 | 123 | 56 |
| Binary | 11010110 | 10011000 | 10100 | 0 | 11101 | 1011011 | 10000 | 101001 | 1010011 | 101110 |
Color Harmonies of #D69814
Complementary color
Monochromatic Colors of #D69814
Black with #D69814
Text Example
Text Example
White with #D69814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69814; }
p { color: rgb(214,152,20); }
H1.HeaderClassName
{
color: #D69814;
}
.AnyTagClassName
{
color: #D69814;
}
</style>
background-color css
<style>
a { background-color: #D69814; }
a { background-color: rgb(214,152,20); }
div.DivClassName
{
background-color: #D69814;
}
.BgClassName
{
background-color: #D69814;
}
</style>
border-color css
<style>
span { border-color: #D69814; }
span { border-color: rgb(214,152,20); }
td.TdClassName
{
border-color: #D69814;
}
.TagClassName
{
border-color: #D69814;
}
</style>