Shades of Gamboge #CF9104
Tints of Gamboge #CF9104
RGB
CMYK
RGB Variations
Color information
#CF9104 (or 0xCF9104) is known color: Gamboge. HEX triplet: CF, 91 and 04. RGB value is (207,145,4). Sum of RGB (Red+Green+Blue) = 207+145+4=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9104 is #306EFB. Grayscale: #949494. Windows color (decimal): -3174140 or 299471. OLE color: 299471.
HSL color Cylindrical-coordinate representation of color #CF9104: hue angle of 41.67º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF9104 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.19 |
| HSL | 41.67º | 0.96% | 0.41% | - |
| HSV(B) | 41.67º | 0.98% | 0.81% | - |
| XYZ | 35.88 | 33.52 | 4.69 | - |
| YUV | 147.46 | 47.04 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 4 | 0 | 0.30 | 0.98 | 0.19 | 41.67 | 0.96 | 0.41 |
| Hex | CF | 91 | 4 | 0 | 1E | 62 | 13 | 2A | 60 | 29 |
| Octal | 317 | 221 | 4 | 0 | 36 | 142 | 23 | 52 | 140 | 51 |
| Binary | 11001111 | 10010001 | 100 | 0 | 11110 | 1100010 | 10011 | 101010 | 1100000 | 101001 |
Color Harmonies of #CF9104
Complementary color
Monochromatic Colors of #CF9104
Black with #CF9104
Text Example
Text Example
White with #CF9104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9104; }
p { color: rgb(207,145,4); }
H1.HeaderClassName
{
color: #CF9104;
}
.AnyTagClassName
{
color: #CF9104;
}
</style>
background-color css
<style>
a { background-color: #CF9104; }
a { background-color: rgb(207,145,4); }
div.DivClassName
{
background-color: #CF9104;
}
.BgClassName
{
background-color: #CF9104;
}
</style>
border-color css
<style>
span { border-color: #CF9104; }
span { border-color: rgb(207,145,4); }
td.TdClassName
{
border-color: #CF9104;
}
.TagClassName
{
border-color: #CF9104;
}
</style>