Shades of Gamboge #CF9108
Tints of Gamboge #CF9108
RGB
CMYK
RGB Variations
Color information
#CF9108 (or 0xCF9108) is known color: Gamboge. HEX triplet: CF, 91 and 08. RGB value is (207,145,8). Sum of RGB (Red+Green+Blue) = 207+145+8=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9108 is #306EF7. Grayscale: #949494. Windows color (decimal): -3174136 or 561615. OLE color: 561615.
HSL color Cylindrical-coordinate representation of color #CF9108: hue angle of 41.31º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF9108 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.19 |
| HSL | 41.31º | 0.93% | 0.42% | - |
| HSV(B) | 41.31º | 0.96% | 0.81% | - |
| XYZ | 35.9 | 33.53 | 4.81 | - |
| YUV | 147.92 | 49.04 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 8 | 0 | 0.30 | 0.96 | 0.19 | 41.31 | 0.93 | 0.42 |
| Hex | CF | 91 | 8 | 0 | 1E | 60 | 13 | 29 | 5D | 2A |
| Octal | 317 | 221 | 10 | 0 | 36 | 140 | 23 | 51 | 135 | 52 |
| Binary | 11001111 | 10010001 | 1000 | 0 | 11110 | 1100000 | 10011 | 101001 | 1011101 | 101010 |
Color Harmonies of #CF9108
Complementary color
Monochromatic Colors of #CF9108
Black with #CF9108
Text Example
Text Example
White with #CF9108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9108; }
p { color: rgb(207,145,8); }
H1.HeaderClassName
{
color: #CF9108;
}
.AnyTagClassName
{
color: #CF9108;
}
</style>
background-color css
<style>
a { background-color: #CF9108; }
a { background-color: rgb(207,145,8); }
div.DivClassName
{
background-color: #CF9108;
}
.BgClassName
{
background-color: #CF9108;
}
</style>
border-color css
<style>
span { border-color: #CF9108; }
span { border-color: rgb(207,145,8); }
td.TdClassName
{
border-color: #CF9108;
}
.TagClassName
{
border-color: #CF9108;
}
</style>