Shades of Buddha Gold #C99A18
Tints of Buddha Gold #C99A18
RGB
CMYK
RGB Variations
Color information
#C99A18 (or 0xC99A18) is known color: Buddha Gold. HEX triplet: C9, 9A and 18. RGB value is (201,154,24). Sum of RGB (Red+Green+Blue) = 201+154+24=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99A18 is #3665E7. Grayscale: #999999. Windows color (decimal): -3565032 or 1612489. OLE color: 1612489.
HSL color Cylindrical-coordinate representation of color #C99A18: hue angle of 44.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C99A18 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 24 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.21 |
| HSL | 44.07º | 0.79% | 0.44% | - |
| HSV(B) | 44.07º | 0.88% | 0.79% | - |
| XYZ | 35.81 | 35.59 | 5.85 | - |
| YUV | 153.23 | 55.07 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 24 | 0 | 0.23 | 0.88 | 0.21 | 44.07 | 0.79 | 0.44 |
| Hex | C9 | 9A | 18 | 0 | 17 | 58 | 15 | 2C | 4F | 2C |
| Octal | 311 | 232 | 30 | 0 | 27 | 130 | 25 | 54 | 117 | 54 |
| Binary | 11001001 | 10011010 | 11000 | 0 | 10111 | 1011000 | 10101 | 101100 | 1001111 | 101100 |
Color Harmonies of #C99A18
Complementary color
Monochromatic Colors of #C99A18
Black with #C99A18
Text Example
Text Example
White with #C99A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A18; }
p { color: rgb(201,154,24); }
H1.HeaderClassName
{
color: #C99A18;
}
.AnyTagClassName
{
color: #C99A18;
}
</style>
background-color css
<style>
a { background-color: #C99A18; }
a { background-color: rgb(201,154,24); }
div.DivClassName
{
background-color: #C99A18;
}
.BgClassName
{
background-color: #C99A18;
}
</style>
border-color css
<style>
span { border-color: #C99A18; }
span { border-color: rgb(201,154,24); }
td.TdClassName
{
border-color: #C99A18;
}
.TagClassName
{
border-color: #C99A18;
}
</style>