Shades of Gamboge #CF8D12
Tints of Gamboge #CF8D12
RGB
CMYK
RGB Variations
Color information
#CF8D12 (or 0xCF8D12) is known color: Gamboge. HEX triplet: CF, 8D and 12. RGB value is (207,141,18). Sum of RGB (Red+Green+Blue) = 207+141+18=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8D12 is #3072ED. Grayscale: #939393. Windows color (decimal): -3175150 or 1215951. OLE color: 1215951.
HSL color Cylindrical-coordinate representation of color #CF8D12: hue angle of 39.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF8D12 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 18 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.19 |
| HSL | 39.05º | 0.84% | 0.44% | - |
| HSV(B) | 39.05º | 0.91% | 0.81% | - |
| XYZ | 35.37 | 32.36 | 4.95 | - |
| YUV | 146.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 18 | 0 | 0.32 | 0.91 | 0.19 | 39.05 | 0.84 | 0.44 |
| Hex | CF | 8D | 12 | 0 | 20 | 5B | 13 | 27 | 54 | 2C |
| Octal | 317 | 215 | 22 | 0 | 40 | 133 | 23 | 47 | 124 | 54 |
| Binary | 11001111 | 10001101 | 10010 | 0 | 100000 | 1011011 | 10011 | 100111 | 1010100 | 101100 |
Color Harmonies of #CF8D12
Complementary color
Monochromatic Colors of #CF8D12
Black with #CF8D12
Text Example
Text Example
White with #CF8D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D12; }
p { color: rgb(207,141,18); }
H1.HeaderClassName
{
color: #CF8D12;
}
.AnyTagClassName
{
color: #CF8D12;
}
</style>
background-color css
<style>
a { background-color: #CF8D12; }
a { background-color: rgb(207,141,18); }
div.DivClassName
{
background-color: #CF8D12;
}
.BgClassName
{
background-color: #CF8D12;
}
</style>
border-color css
<style>
span { border-color: #CF8D12; }
span { border-color: rgb(207,141,18); }
td.TdClassName
{
border-color: #CF8D12;
}
.TagClassName
{
border-color: #CF8D12;
}
</style>