Shades of Buddha Gold #CA930E
Tints of Buddha Gold #CA930E
RGB
CMYK
RGB Variations
Color information
#CA930E (or 0xCA930E) is known color: Buddha Gold. HEX triplet: CA, 93 and 0E. RGB value is (202,147,14). Sum of RGB (Red+Green+Blue) = 202+147+14=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA930E is #356CF1. Grayscale: #949494. Windows color (decimal): -3501298 or 955338. OLE color: 955338.
HSL color Cylindrical-coordinate representation of color #CA930E: hue angle of 42.45º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA930E is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 14 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.21 |
| HSL | 42.45º | 0.87% | 0.42% | - |
| HSV(B) | 42.45º | 0.93% | 0.79% | - |
| XYZ | 34.87 | 33.46 | 5.04 | - |
| YUV | 148.28 | 52.22 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 14 | 0 | 0.27 | 0.93 | 0.21 | 42.45 | 0.87 | 0.42 |
| Hex | CA | 93 | E | 0 | 1B | 5D | 15 | 2A | 57 | 2A |
| Octal | 312 | 223 | 16 | 0 | 33 | 135 | 25 | 52 | 127 | 52 |
| Binary | 11001010 | 10010011 | 1110 | 0 | 11011 | 1011101 | 10101 | 101010 | 1010111 | 101010 |
Color Harmonies of #CA930E
Complementary color
Monochromatic Colors of #CA930E
Black with #CA930E
Text Example
Text Example
White with #CA930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA930E; }
p { color: rgb(202,147,14); }
H1.HeaderClassName
{
color: #CA930E;
}
.AnyTagClassName
{
color: #CA930E;
}
</style>
background-color css
<style>
a { background-color: #CA930E; }
a { background-color: rgb(202,147,14); }
div.DivClassName
{
background-color: #CA930E;
}
.BgClassName
{
background-color: #CA930E;
}
</style>
border-color css
<style>
span { border-color: #CA930E; }
span { border-color: rgb(202,147,14); }
td.TdClassName
{
border-color: #CA930E;
}
.TagClassName
{
border-color: #CA930E;
}
</style>