Shades of Buddha Gold #CA9613
Tints of Buddha Gold #CA9613
RGB
CMYK
RGB Variations
Color information
#CA9613 (or 0xCA9613) is known color: Buddha Gold. HEX triplet: CA, 96 and 13. RGB value is (202,150,19). Sum of RGB (Red+Green+Blue) = 202+150+19=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9613 is #3569EC. Grayscale: #979797. Windows color (decimal): -3500525 or 1283786. OLE color: 1283786.
HSL color Cylindrical-coordinate representation of color #CA9613: hue angle of 42.95º 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 #CA9613 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 19 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.21 |
| HSL | 42.95º | 0.83% | 0.43% | - |
| HSV(B) | 42.95º | 0.91% | 0.79% | - |
| XYZ | 35.38 | 34.42 | 5.39 | - |
| YUV | 150.61 | 53.73 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 19 | 0 | 0.26 | 0.91 | 0.21 | 42.95 | 0.83 | 0.43 |
| Hex | CA | 96 | 13 | 0 | 1A | 5B | 15 | 2B | 53 | 2B |
| Octal | 312 | 226 | 23 | 0 | 32 | 133 | 25 | 53 | 123 | 53 |
| Binary | 11001010 | 10010110 | 10011 | 0 | 11010 | 1011011 | 10101 | 101011 | 1010011 | 101011 |
Color Harmonies of #CA9613
Complementary color
Monochromatic Colors of #CA9613
Black with #CA9613
Text Example
Text Example
White with #CA9613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9613; }
p { color: rgb(202,150,19); }
H1.HeaderClassName
{
color: #CA9613;
}
.AnyTagClassName
{
color: #CA9613;
}
</style>
background-color css
<style>
a { background-color: #CA9613; }
a { background-color: rgb(202,150,19); }
div.DivClassName
{
background-color: #CA9613;
}
.BgClassName
{
background-color: #CA9613;
}
</style>
border-color css
<style>
span { border-color: #CA9613; }
span { border-color: rgb(202,150,19); }
td.TdClassName
{
border-color: #CA9613;
}
.TagClassName
{
border-color: #CA9613;
}
</style>