Shades of Gamboge #CF9103
Tints of Gamboge #CF9103
RGB
CMYK
RGB Variations
Color information
#CF9103 (or 0xCF9103) is known color: Gamboge. HEX triplet: CF, 91 and 03. RGB value is (207,145,3). Sum of RGB (Red+Green+Blue) = 207+145+3=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9103 is #306EFC. Grayscale: #939393. Windows color (decimal): -3174141 or 233935. OLE color: 233935.
HSL color Cylindrical-coordinate representation of color #CF9103: hue angle of 41.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF9103 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.19 |
| HSL | 41.76º | 0.97% | 0.41% | - |
| HSV(B) | 41.76º | 0.99% | 0.81% | - |
| XYZ | 35.87 | 33.52 | 4.67 | - |
| YUV | 147.35 | 46.54 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 3 | 0 | 0.30 | 0.99 | 0.19 | 41.76 | 0.97 | 0.41 |
| Hex | CF | 91 | 3 | 0 | 1E | 63 | 13 | 2A | 61 | 29 |
| Octal | 317 | 221 | 3 | 0 | 36 | 143 | 23 | 52 | 141 | 51 |
| Binary | 11001111 | 10010001 | 11 | 0 | 11110 | 1100011 | 10011 | 101010 | 1100001 | 101001 |
Color Harmonies of #CF9103
Complementary color
Monochromatic Colors of #CF9103
Black with #CF9103
Text Example
Text Example
White with #CF9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9103; }
p { color: rgb(207,145,3); }
H1.HeaderClassName
{
color: #CF9103;
}
.AnyTagClassName
{
color: #CF9103;
}
</style>
background-color css
<style>
a { background-color: #CF9103; }
a { background-color: rgb(207,145,3); }
div.DivClassName
{
background-color: #CF9103;
}
.BgClassName
{
background-color: #CF9103;
}
</style>
border-color css
<style>
span { border-color: #CF9103; }
span { border-color: rgb(207,145,3); }
td.TdClassName
{
border-color: #CF9103;
}
.TagClassName
{
border-color: #CF9103;
}
</style>