Shades of Gamboge #D68713
Tints of Gamboge #D68713
RGB
CMYK
RGB Variations
Color information
#D68713 (or 0xD68713) is known color: Gamboge. HEX triplet: D6, 87 and 13. RGB value is (214,135,19). Sum of RGB (Red+Green+Blue) = 214+135+19=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D68713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68713 is #2978EC. Grayscale: #919191. Windows color (decimal): -2717933 or 1279958. OLE color: 1279958.
HSL color Cylindrical-coordinate representation of color #D68713: hue angle of 35.69º degrees, saturation: 0.84, 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 #D68713 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 19 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.16 |
| HSL | 35.69º | 0.84% | 0.46% | - |
| HSV(B) | 35.69º | 0.91% | 0.84% | - |
| XYZ | 36.51 | 31.67 | 4.8 | - |
| YUV | 145.4 | 56.67 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 19 | 0 | 0.37 | 0.91 | 0.16 | 35.69 | 0.84 | 0.46 |
| Hex | D6 | 87 | 13 | 0 | 25 | 5B | 10 | 24 | 54 | 2E |
| Octal | 326 | 207 | 23 | 0 | 45 | 133 | 20 | 44 | 124 | 56 |
| Binary | 11010110 | 10000111 | 10011 | 0 | 100101 | 1011011 | 10000 | 100100 | 1010100 | 101110 |
Color Harmonies of #D68713
Complementary color
Monochromatic Colors of #D68713
Black with #D68713
Text Example
Text Example
White with #D68713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68713; }
p { color: rgb(214,135,19); }
H1.HeaderClassName
{
color: #D68713;
}
.AnyTagClassName
{
color: #D68713;
}
</style>
background-color css
<style>
a { background-color: #D68713; }
a { background-color: rgb(214,135,19); }
div.DivClassName
{
background-color: #D68713;
}
.BgClassName
{
background-color: #D68713;
}
</style>
border-color css
<style>
span { border-color: #D68713; }
span { border-color: rgb(214,135,19); }
td.TdClassName
{
border-color: #D68713;
}
.TagClassName
{
border-color: #D68713;
}
</style>