Shades of Buddha Gold #CA9F11
Tints of Buddha Gold #CA9F11
RGB
CMYK
RGB Variations
Color information
#CA9F11 (or 0xCA9F11) is known color: Buddha Gold. HEX triplet: CA, 9F and 11. RGB value is (202,159,17). Sum of RGB (Red+Green+Blue) = 202+159+17=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9F11 is #3560EE. Grayscale: #9C9C9C. Windows color (decimal): -3498223 or 1155018. OLE color: 1155018.
HSL color Cylindrical-coordinate representation of color #CA9F11: hue angle of 46.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA9F11 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.21 |
| HSL | 46.05º | 0.84% | 0.43% | - |
| HSV(B) | 46.05º | 0.92% | 0.79% | - |
| XYZ | 36.86 | 37.39 | 5.81 | - |
| YUV | 155.67 | 49.75 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 17 | 0 | 0.21 | 0.92 | 0.21 | 46.05 | 0.84 | 0.43 |
| Hex | CA | 9F | 11 | 0 | 15 | 5C | 15 | 2E | 54 | 2B |
| Octal | 312 | 237 | 21 | 0 | 25 | 134 | 25 | 56 | 124 | 53 |
| Binary | 11001010 | 10011111 | 10001 | 0 | 10101 | 1011100 | 10101 | 101110 | 1010100 | 101011 |
Color Harmonies of #CA9F11
Complementary color
Monochromatic Colors of #CA9F11
Black with #CA9F11
Text Example
Text Example
White with #CA9F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F11; }
p { color: rgb(202,159,17); }
H1.HeaderClassName
{
color: #CA9F11;
}
.AnyTagClassName
{
color: #CA9F11;
}
</style>
background-color css
<style>
a { background-color: #CA9F11; }
a { background-color: rgb(202,159,17); }
div.DivClassName
{
background-color: #CA9F11;
}
.BgClassName
{
background-color: #CA9F11;
}
</style>
border-color css
<style>
span { border-color: #CA9F11; }
span { border-color: rgb(202,159,17); }
td.TdClassName
{
border-color: #CA9F11;
}
.TagClassName
{
border-color: #CA9F11;
}
</style>