Shades of Buddha Gold #CA9A0F
Tints of Buddha Gold #CA9A0F
RGB
CMYK
RGB Variations
Color information
#CA9A0F (or 0xCA9A0F) is known color: Buddha Gold. HEX triplet: CA, 9A and 0F. RGB value is (202,154,15). Sum of RGB (Red+Green+Blue) = 202+154+15=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9A0F is #3565F0. Grayscale: #999999. Windows color (decimal): -3499505 or 1022666. OLE color: 1022666.
HSL color Cylindrical-coordinate representation of color #CA9A0F: hue angle of 44.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA9A0F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 15 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.21 |
| HSL | 44.6º | 0.86% | 0.43% | - |
| HSV(B) | 44.6º | 0.93% | 0.79% | - |
| XYZ | 36 | 35.7 | 5.45 | - |
| YUV | 152.51 | 50.4 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 15 | 0 | 0.24 | 0.93 | 0.21 | 44.6 | 0.86 | 0.43 |
| Hex | CA | 9A | F | 0 | 18 | 5D | 15 | 2D | 56 | 2B |
| Octal | 312 | 232 | 17 | 0 | 30 | 135 | 25 | 55 | 126 | 53 |
| Binary | 11001010 | 10011010 | 1111 | 0 | 11000 | 1011101 | 10101 | 101101 | 1010110 | 101011 |
Color Harmonies of #CA9A0F
Complementary color
Monochromatic Colors of #CA9A0F
Black with #CA9A0F
Text Example
Text Example
White with #CA9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A0F; }
p { color: rgb(202,154,15); }
H1.HeaderClassName
{
color: #CA9A0F;
}
.AnyTagClassName
{
color: #CA9A0F;
}
</style>
background-color css
<style>
a { background-color: #CA9A0F; }
a { background-color: rgb(202,154,15); }
div.DivClassName
{
background-color: #CA9A0F;
}
.BgClassName
{
background-color: #CA9A0F;
}
</style>
border-color css
<style>
span { border-color: #CA9A0F; }
span { border-color: rgb(202,154,15); }
td.TdClassName
{
border-color: #CA9A0F;
}
.TagClassName
{
border-color: #CA9A0F;
}
</style>