Shades of Buddha Gold #CA9314
Tints of Buddha Gold #CA9314
RGB
CMYK
RGB Variations
Color information
#CA9314 (or 0xCA9314) is known color: Buddha Gold. HEX triplet: CA, 93 and 14. RGB value is (202,147,20). Sum of RGB (Red+Green+Blue) = 202+147+20=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9314 is #356CEB. Grayscale: #959595. Windows color (decimal): -3501292 or 1348554. OLE color: 1348554.
HSL color Cylindrical-coordinate representation of color #CA9314: hue angle of 41.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA9314 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 20 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.21 |
| HSL | 41.87º | 0.82% | 0.44% | - |
| HSV(B) | 41.87º | 0.9% | 0.79% | - |
| XYZ | 34.92 | 33.47 | 5.28 | - |
| YUV | 148.97 | 55.22 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 20 | 0 | 0.27 | 0.90 | 0.21 | 41.87 | 0.82 | 0.44 |
| Hex | CA | 93 | 14 | 0 | 1B | 5A | 15 | 2A | 52 | 2C |
| Octal | 312 | 223 | 24 | 0 | 33 | 132 | 25 | 52 | 122 | 54 |
| Binary | 11001010 | 10010011 | 10100 | 0 | 11011 | 1011010 | 10101 | 101010 | 1010010 | 101100 |
Color Harmonies of #CA9314
Complementary color
Monochromatic Colors of #CA9314
Black with #CA9314
Text Example
Text Example
White with #CA9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9314; }
p { color: rgb(202,147,20); }
H1.HeaderClassName
{
color: #CA9314;
}
.AnyTagClassName
{
color: #CA9314;
}
</style>
background-color css
<style>
a { background-color: #CA9314; }
a { background-color: rgb(202,147,20); }
div.DivClassName
{
background-color: #CA9314;
}
.BgClassName
{
background-color: #CA9314;
}
</style>
border-color css
<style>
span { border-color: #CA9314; }
span { border-color: rgb(202,147,20); }
td.TdClassName
{
border-color: #CA9314;
}
.TagClassName
{
border-color: #CA9314;
}
</style>