Shades of Gamboge #CF8F0F
Tints of Gamboge #CF8F0F
RGB
CMYK
RGB Variations
Color information
#CF8F0F (or 0xCF8F0F) is known color: Gamboge. HEX triplet: CF, 8F and 0F. RGB value is (207,143,15). Sum of RGB (Red+Green+Blue) = 207+143+15=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F0F is #3070F0. Grayscale: #949494. Windows color (decimal): -3174641 or 1019855. OLE color: 1019855.
HSL color Cylindrical-coordinate representation of color #CF8F0F: hue angle of 40º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF8F0F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.19 |
| HSL | 40º | 0.86% | 0.44% | - |
| HSV(B) | 40º | 0.93% | 0.81% | - |
| XYZ | 35.64 | 32.94 | 4.93 | - |
| YUV | 147.54 | 53.2 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 15 | 0 | 0.31 | 0.93 | 0.19 | 40 | 0.86 | 0.44 |
| Hex | CF | 8F | F | 0 | 1F | 5D | 13 | 28 | 56 | 2C |
| Octal | 317 | 217 | 17 | 0 | 37 | 135 | 23 | 50 | 126 | 54 |
| Binary | 11001111 | 10001111 | 1111 | 0 | 11111 | 1011101 | 10011 | 101000 | 1010110 | 101100 |
Color Harmonies of #CF8F0F
Complementary color
Monochromatic Colors of #CF8F0F
Black with #CF8F0F
Text Example
Text Example
White with #CF8F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F0F; }
p { color: rgb(207,143,15); }
H1.HeaderClassName
{
color: #CF8F0F;
}
.AnyTagClassName
{
color: #CF8F0F;
}
</style>
background-color css
<style>
a { background-color: #CF8F0F; }
a { background-color: rgb(207,143,15); }
div.DivClassName
{
background-color: #CF8F0F;
}
.BgClassName
{
background-color: #CF8F0F;
}
</style>
border-color css
<style>
span { border-color: #CF8F0F; }
span { border-color: rgb(207,143,15); }
td.TdClassName
{
border-color: #CF8F0F;
}
.TagClassName
{
border-color: #CF8F0F;
}
</style>