Shades of Gamboge #D68F05
Tints of Gamboge #D68F05
RGB
CMYK
RGB Variations
Color information
#D68F05 (or 0xD68F05) is known color: Gamboge. HEX triplet: D6, 8F and 05. RGB value is (214,143,5). Sum of RGB (Red+Green+Blue) = 214+143+5=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68F05 is #2970FA. Grayscale: #959595. Windows color (decimal): -2715899 or 364502. OLE color: 364502.
HSL color Cylindrical-coordinate representation of color #D68F05: hue angle of 39.62º 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 #D68F05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.16 |
| HSL | 39.62º | 0.95% | 0.43% | - |
| HSV(B) | 39.62º | 0.98% | 0.84% | - |
| XYZ | 37.58 | 33.95 | 4.72 | - |
| YUV | 148.5 | 47.02 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 5 | 0 | 0.33 | 0.98 | 0.16 | 39.62 | 0.95 | 0.43 |
| Hex | D6 | 8F | 5 | 0 | 21 | 62 | 10 | 28 | 5F | 2B |
| Octal | 326 | 217 | 5 | 0 | 41 | 142 | 20 | 50 | 137 | 53 |
| Binary | 11010110 | 10001111 | 101 | 0 | 100001 | 1100010 | 10000 | 101000 | 1011111 | 101011 |
Color Harmonies of #D68F05
Complementary color
Monochromatic Colors of #D68F05
Black with #D68F05
Text Example
Text Example
White with #D68F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F05; }
p { color: rgb(214,143,5); }
H1.HeaderClassName
{
color: #D68F05;
}
.AnyTagClassName
{
color: #D68F05;
}
</style>
background-color css
<style>
a { background-color: #D68F05; }
a { background-color: rgb(214,143,5); }
div.DivClassName
{
background-color: #D68F05;
}
.BgClassName
{
background-color: #D68F05;
}
</style>
border-color css
<style>
span { border-color: #D68F05; }
span { border-color: rgb(214,143,5); }
td.TdClassName
{
border-color: #D68F05;
}
.TagClassName
{
border-color: #D68F05;
}
</style>