Shades of Gamboge #D68509
Tints of Gamboge #D68509
RGB
CMYK
RGB Variations
Color information
#D68509 (or 0xD68509) is known color: Gamboge. HEX triplet: D6, 85 and 09. RGB value is (214,133,9). Sum of RGB (Red+Green+Blue) = 214+133+9=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D68509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68509 is #297AF6. Grayscale: #8F8F8F. Windows color (decimal): -2718455 or 624086. OLE color: 624086.
HSL color Cylindrical-coordinate representation of color #D68509: hue angle of 36.29º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D68509 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.16 |
| HSL | 36.29º | 0.92% | 0.44% | - |
| HSV(B) | 36.29º | 0.96% | 0.84% | - |
| XYZ | 36.17 | 31.09 | 4.35 | - |
| YUV | 143.08 | 52.34 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 9 | 0 | 0.38 | 0.96 | 0.16 | 36.29 | 0.92 | 0.44 |
| Hex | D6 | 85 | 9 | 0 | 26 | 60 | 10 | 24 | 5C | 2C |
| Octal | 326 | 205 | 11 | 0 | 46 | 140 | 20 | 44 | 134 | 54 |
| Binary | 11010110 | 10000101 | 1001 | 0 | 100110 | 1100000 | 10000 | 100100 | 1011100 | 101100 |
Color Harmonies of #D68509
Complementary color
Monochromatic Colors of #D68509
Black with #D68509
Text Example
Text Example
White with #D68509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68509; }
p { color: rgb(214,133,9); }
H1.HeaderClassName
{
color: #D68509;
}
.AnyTagClassName
{
color: #D68509;
}
</style>
background-color css
<style>
a { background-color: #D68509; }
a { background-color: rgb(214,133,9); }
div.DivClassName
{
background-color: #D68509;
}
.BgClassName
{
background-color: #D68509;
}
</style>
border-color css
<style>
span { border-color: #D68509; }
span { border-color: rgb(214,133,9); }
td.TdClassName
{
border-color: #D68509;
}
.TagClassName
{
border-color: #D68509;
}
</style>