Shades of Buddha Gold #CA9A1F
Tints of Buddha Gold #CA9A1F
RGB
CMYK
RGB Variations
Color information
#CA9A1F (or 0xCA9A1F) is known color: Buddha Gold. HEX triplet: CA, 9A and 1F. RGB value is (202,154,31). Sum of RGB (Red+Green+Blue) = 202+154+31=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A1F is #3565E0. Grayscale: #9A9A9A. Windows color (decimal): -3499489 or 2071242. OLE color: 2071242.
HSL color Cylindrical-coordinate representation of color #CA9A1F: hue angle of 43.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA9A1F is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 31 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.21 |
| HSL | 43.16º | 0.73% | 0.46% | - |
| HSV(B) | 43.16º | 0.85% | 0.79% | - |
| XYZ | 36.16 | 35.77 | 6.29 | - |
| YUV | 154.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 31 | 0 | 0.24 | 0.85 | 0.21 | 43.16 | 0.73 | 0.46 |
| Hex | CA | 9A | 1F | 0 | 18 | 55 | 15 | 2B | 49 | 2E |
| Octal | 312 | 232 | 37 | 0 | 30 | 125 | 25 | 53 | 111 | 56 |
| Binary | 11001010 | 10011010 | 11111 | 0 | 11000 | 1010101 | 10101 | 101011 | 1001001 | 101110 |
Color Harmonies of #CA9A1F
Complementary color
Monochromatic Colors of #CA9A1F
Black with #CA9A1F
Text Example
Text Example
White with #CA9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A1F; }
p { color: rgb(202,154,31); }
H1.HeaderClassName
{
color: #CA9A1F;
}
.AnyTagClassName
{
color: #CA9A1F;
}
</style>
background-color css
<style>
a { background-color: #CA9A1F; }
a { background-color: rgb(202,154,31); }
div.DivClassName
{
background-color: #CA9A1F;
}
.BgClassName
{
background-color: #CA9A1F;
}
</style>
border-color css
<style>
span { border-color: #CA9A1F; }
span { border-color: rgb(202,154,31); }
td.TdClassName
{
border-color: #CA9A1F;
}
.TagClassName
{
border-color: #CA9A1F;
}
</style>