Shades of Gamboge #CF9013
Tints of Gamboge #CF9013
RGB
CMYK
RGB Variations
Color information
#CF9013 (or 0xCF9013) is known color: Gamboge. HEX triplet: CF, 90 and 13. RGB value is (207,144,19). Sum of RGB (Red+Green+Blue) = 207+144+19=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9013 is #306FEC. Grayscale: #959595. Windows color (decimal): -3174381 or 1282255. OLE color: 1282255.
HSL color Cylindrical-coordinate representation of color #CF9013: hue angle of 39.89º degrees, saturation: 0.83, 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 #CF9013 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 19 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.19 |
| HSL | 39.89º | 0.83% | 0.44% | - |
| HSV(B) | 39.89º | 0.91% | 0.81% | - |
| XYZ | 35.82 | 33.26 | 5.15 | - |
| YUV | 148.59 | 54.87 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 19 | 0 | 0.30 | 0.91 | 0.19 | 39.89 | 0.83 | 0.44 |
| Hex | CF | 90 | 13 | 0 | 1E | 5B | 13 | 28 | 53 | 2C |
| Octal | 317 | 220 | 23 | 0 | 36 | 133 | 23 | 50 | 123 | 54 |
| Binary | 11001111 | 10010000 | 10011 | 0 | 11110 | 1011011 | 10011 | 101000 | 1010011 | 101100 |
Color Harmonies of #CF9013
Complementary color
Monochromatic Colors of #CF9013
Black with #CF9013
Text Example
Text Example
White with #CF9013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9013; }
p { color: rgb(207,144,19); }
H1.HeaderClassName
{
color: #CF9013;
}
.AnyTagClassName
{
color: #CF9013;
}
</style>
background-color css
<style>
a { background-color: #CF9013; }
a { background-color: rgb(207,144,19); }
div.DivClassName
{
background-color: #CF9013;
}
.BgClassName
{
background-color: #CF9013;
}
</style>
border-color css
<style>
span { border-color: #CF9013; }
span { border-color: rgb(207,144,19); }
td.TdClassName
{
border-color: #CF9013;
}
.TagClassName
{
border-color: #CF9013;
}
</style>