Shades of Gamboge #CF910A
Tints of Gamboge #CF910A
RGB
CMYK
RGB Variations
Color information
#CF910A (or 0xCF910A) is known color: Gamboge. HEX triplet: CF, 91 and 0A. RGB value is (207,145,10). Sum of RGB (Red+Green+Blue) = 207+145+10=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF910A is #306EF5. Grayscale: #949494. Windows color (decimal): -3174134 or 692687. OLE color: 692687.
HSL color Cylindrical-coordinate representation of color #CF910A: hue angle of 41.12º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF910A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 10 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.19 |
| HSL | 41.12º | 0.91% | 0.43% | - |
| HSV(B) | 41.12º | 0.95% | 0.81% | - |
| XYZ | 35.91 | 33.54 | 4.87 | - |
| YUV | 148.15 | 50.04 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 10 | 0 | 0.30 | 0.95 | 0.19 | 41.12 | 0.91 | 0.43 |
| Hex | CF | 91 | A | 0 | 1E | 5F | 13 | 29 | 5B | 2B |
| Octal | 317 | 221 | 12 | 0 | 36 | 137 | 23 | 51 | 133 | 53 |
| Binary | 11001111 | 10010001 | 1010 | 0 | 11110 | 1011111 | 10011 | 101001 | 1011011 | 101011 |
Color Harmonies of #CF910A
Complementary color
Monochromatic Colors of #CF910A
Black with #CF910A
Text Example
Text Example
White with #CF910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF910A; }
p { color: rgb(207,145,10); }
H1.HeaderClassName
{
color: #CF910A;
}
.AnyTagClassName
{
color: #CF910A;
}
</style>
background-color css
<style>
a { background-color: #CF910A; }
a { background-color: rgb(207,145,10); }
div.DivClassName
{
background-color: #CF910A;
}
.BgClassName
{
background-color: #CF910A;
}
</style>
border-color css
<style>
span { border-color: #CF910A; }
span { border-color: rgb(207,145,10); }
td.TdClassName
{
border-color: #CF910A;
}
.TagClassName
{
border-color: #CF910A;
}
</style>