Shades of Buddha Gold #CF9915
Tints of Buddha Gold #CF9915
RGB
CMYK
RGB Variations
Color information
#CF9915 (or 0xCF9915) is known color: Buddha Gold. HEX triplet: CF, 99 and 15. RGB value is (207,153,21). Sum of RGB (Red+Green+Blue) = 207+153+21=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9915 is #3066EA. Grayscale: #9A9A9A. Windows color (decimal): -3172075 or 1415631. OLE color: 1415631.
HSL color Cylindrical-coordinate representation of color #CF9915: hue angle of 42.58º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF9915 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.19 |
| HSL | 42.58º | 0.82% | 0.45% | - |
| HSV(B) | 42.58º | 0.9% | 0.81% | - |
| XYZ | 37.26 | 36.1 | 5.71 | - |
| YUV | 154.1 | 52.89 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 21 | 0 | 0.26 | 0.90 | 0.19 | 42.58 | 0.82 | 0.45 |
| Hex | CF | 99 | 15 | 0 | 1A | 5A | 13 | 2B | 52 | 2D |
| Octal | 317 | 231 | 25 | 0 | 32 | 132 | 23 | 53 | 122 | 55 |
| Binary | 11001111 | 10011001 | 10101 | 0 | 11010 | 1011010 | 10011 | 101011 | 1010010 | 101101 |
Color Harmonies of #CF9915
Complementary color
Monochromatic Colors of #CF9915
Black with #CF9915
Text Example
Text Example
White with #CF9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9915; }
p { color: rgb(207,153,21); }
H1.HeaderClassName
{
color: #CF9915;
}
.AnyTagClassName
{
color: #CF9915;
}
</style>
background-color css
<style>
a { background-color: #CF9915; }
a { background-color: rgb(207,153,21); }
div.DivClassName
{
background-color: #CF9915;
}
.BgClassName
{
background-color: #CF9915;
}
</style>
border-color css
<style>
span { border-color: #CF9915; }
span { border-color: rgb(207,153,21); }
td.TdClassName
{
border-color: #CF9915;
}
.TagClassName
{
border-color: #CF9915;
}
</style>