Shades of Gamboge #D68C08
Tints of Gamboge #D68C08
RGB
CMYK
RGB Variations
Color information
#D68C08 (or 0xD68C08) is known color: Gamboge. HEX triplet: D6, 8C and 08. RGB value is (214,140,8). Sum of RGB (Red+Green+Blue) = 214+140+8=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68C08 is #2973F7. Grayscale: #939393. Windows color (decimal): -2716664 or 560342. OLE color: 560342.
HSL color Cylindrical-coordinate representation of color #D68C08: hue angle of 38.45º degrees, saturation: 0.93, 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 #D68C08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.16 |
| HSL | 38.45º | 0.93% | 0.44% | - |
| HSV(B) | 38.45º | 0.96% | 0.84% | - |
| XYZ | 37.15 | 33.07 | 4.65 | - |
| YUV | 147.08 | 49.52 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 8 | 0 | 0.35 | 0.96 | 0.16 | 38.45 | 0.93 | 0.44 |
| Hex | D6 | 8C | 8 | 0 | 23 | 60 | 10 | 26 | 5D | 2C |
| Octal | 326 | 214 | 10 | 0 | 43 | 140 | 20 | 46 | 135 | 54 |
| Binary | 11010110 | 10001100 | 1000 | 0 | 100011 | 1100000 | 10000 | 100110 | 1011101 | 101100 |
Color Harmonies of #D68C08
Complementary color
Monochromatic Colors of #D68C08
Black with #D68C08
Text Example
Text Example
White with #D68C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C08; }
p { color: rgb(214,140,8); }
H1.HeaderClassName
{
color: #D68C08;
}
.AnyTagClassName
{
color: #D68C08;
}
</style>
background-color css
<style>
a { background-color: #D68C08; }
a { background-color: rgb(214,140,8); }
div.DivClassName
{
background-color: #D68C08;
}
.BgClassName
{
background-color: #D68C08;
}
</style>
border-color css
<style>
span { border-color: #D68C08; }
span { border-color: rgb(214,140,8); }
td.TdClassName
{
border-color: #D68C08;
}
.TagClassName
{
border-color: #D68C08;
}
</style>