Shades of Gamboge #D68901
Tints of Gamboge #D68901
RGB
CMYK
RGB Variations
Color information
#D68901 (or 0xD68901) is known color: Gamboge. HEX triplet: D6, 89 and 01. RGB value is (214,137,1). Sum of RGB (Red+Green+Blue) = 214+137+1=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D68901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68901 is #2976FE. Grayscale: #919191. Windows color (decimal): -2717439 or 100822. OLE color: 100822.
HSL color Cylindrical-coordinate representation of color #D68901: hue angle of 38.31º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D68901 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.16 |
| HSL | 38.31º | 0.99% | 0.42% | - |
| HSV(B) | 38.31º | 1% | 0.84% | - |
| XYZ | 36.68 | 32.19 | 4.31 | - |
| YUV | 144.52 | 47.01 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 1 | 0 | 0.36 | 1.00 | 0.16 | 38.31 | 0.99 | 0.42 |
| Hex | D6 | 89 | 1 | 0 | 24 | 64 | 10 | 26 | 63 | 2A |
| Octal | 326 | 211 | 1 | 0 | 44 | 144 | 20 | 46 | 143 | 52 |
| Binary | 11010110 | 10001001 | 1 | 0 | 100100 | 1100100 | 10000 | 100110 | 1100011 | 101010 |
Color Harmonies of #D68901
Complementary color
Monochromatic Colors of #D68901
Black with #D68901
Text Example
Text Example
White with #D68901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68901; }
p { color: rgb(214,137,1); }
H1.HeaderClassName
{
color: #D68901;
}
.AnyTagClassName
{
color: #D68901;
}
</style>
background-color css
<style>
a { background-color: #D68901; }
a { background-color: rgb(214,137,1); }
div.DivClassName
{
background-color: #D68901;
}
.BgClassName
{
background-color: #D68901;
}
</style>
border-color css
<style>
span { border-color: #D68901; }
span { border-color: rgb(214,137,1); }
td.TdClassName
{
border-color: #D68901;
}
.TagClassName
{
border-color: #D68901;
}
</style>