Shades of Buddha Gold #CA9413
Tints of Buddha Gold #CA9413
RGB
CMYK
RGB Variations
Color information
#CA9413 (or 0xCA9413) is known color: Buddha Gold. HEX triplet: CA, 94 and 13. RGB value is (202,148,19). Sum of RGB (Red+Green+Blue) = 202+148+19=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9413 is #356BEC. Grayscale: #969696. Windows color (decimal): -3501037 or 1283274. OLE color: 1283274.
HSL color Cylindrical-coordinate representation of color #CA9413: hue angle of 42.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA9413 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 19 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.21 |
| HSL | 42.3º | 0.83% | 0.43% | - |
| HSV(B) | 42.3º | 0.91% | 0.79% | - |
| XYZ | 35.06 | 33.78 | 5.29 | - |
| YUV | 149.44 | 54.39 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 19 | 0 | 0.27 | 0.91 | 0.21 | 42.3 | 0.83 | 0.43 |
| Hex | CA | 94 | 13 | 0 | 1B | 5B | 15 | 2A | 53 | 2B |
| Octal | 312 | 224 | 23 | 0 | 33 | 133 | 25 | 52 | 123 | 53 |
| Binary | 11001010 | 10010100 | 10011 | 0 | 11011 | 1011011 | 10101 | 101010 | 1010011 | 101011 |
Color Harmonies of #CA9413
Complementary color
Monochromatic Colors of #CA9413
Black with #CA9413
Text Example
Text Example
White with #CA9413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9413; }
p { color: rgb(202,148,19); }
H1.HeaderClassName
{
color: #CA9413;
}
.AnyTagClassName
{
color: #CA9413;
}
</style>
background-color css
<style>
a { background-color: #CA9413; }
a { background-color: rgb(202,148,19); }
div.DivClassName
{
background-color: #CA9413;
}
.BgClassName
{
background-color: #CA9413;
}
</style>
border-color css
<style>
span { border-color: #CA9413; }
span { border-color: rgb(202,148,19); }
td.TdClassName
{
border-color: #CA9413;
}
.TagClassName
{
border-color: #CA9413;
}
</style>