Shades of Gamboge #D68A05
Tints of Gamboge #D68A05
RGB
CMYK
RGB Variations
Color information
#D68A05 (or 0xD68A05) is known color: Gamboge. HEX triplet: D6, 8A and 05. RGB value is (214,138,5). Sum of RGB (Red+Green+Blue) = 214+138+5=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68A05 is #2975FA. Grayscale: #929292. Windows color (decimal): -2717179 or 363222. OLE color: 363222.
HSL color Cylindrical-coordinate representation of color #D68A05: hue angle of 38.18º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D68A05 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.16 |
| HSL | 38.18º | 0.95% | 0.43% | - |
| HSV(B) | 38.18º | 0.98% | 0.84% | - |
| XYZ | 36.85 | 32.48 | 4.47 | - |
| YUV | 145.56 | 48.68 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 5 | 0 | 0.36 | 0.98 | 0.16 | 38.18 | 0.95 | 0.43 |
| Hex | D6 | 8A | 5 | 0 | 24 | 62 | 10 | 26 | 5F | 2B |
| Octal | 326 | 212 | 5 | 0 | 44 | 142 | 20 | 46 | 137 | 53 |
| Binary | 11010110 | 10001010 | 101 | 0 | 100100 | 1100010 | 10000 | 100110 | 1011111 | 101011 |
Color Harmonies of #D68A05
Complementary color
Monochromatic Colors of #D68A05
Black with #D68A05
Text Example
Text Example
White with #D68A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A05; }
p { color: rgb(214,138,5); }
H1.HeaderClassName
{
color: #D68A05;
}
.AnyTagClassName
{
color: #D68A05;
}
</style>
background-color css
<style>
a { background-color: #D68A05; }
a { background-color: rgb(214,138,5); }
div.DivClassName
{
background-color: #D68A05;
}
.BgClassName
{
background-color: #D68A05;
}
</style>
border-color css
<style>
span { border-color: #D68A05; }
span { border-color: rgb(214,138,5); }
td.TdClassName
{
border-color: #D68A05;
}
.TagClassName
{
border-color: #D68A05;
}
</style>