Shades of Buddha Gold #C99A0F
Tints of Buddha Gold #C99A0F
RGB
CMYK
RGB Variations
Color information
#C99A0F (or 0xC99A0F) is known color: Buddha Gold. HEX triplet: C9, 9A and 0F. RGB value is (201,154,15). Sum of RGB (Red+Green+Blue) = 201+154+15=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99A0F is #3665F0. Grayscale: #989898. Windows color (decimal): -3565041 or 1022665. OLE color: 1022665.
HSL color Cylindrical-coordinate representation of color #C99A0F: hue angle of 44.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C99A0F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 15 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.21 |
| HSL | 44.84º | 0.86% | 0.42% | - |
| HSV(B) | 44.84º | 0.93% | 0.79% | - |
| XYZ | 35.73 | 35.56 | 5.43 | - |
| YUV | 152.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 15 | 0 | 0.23 | 0.93 | 0.21 | 44.84 | 0.86 | 0.42 |
| Hex | C9 | 9A | F | 0 | 17 | 5D | 15 | 2D | 56 | 2A |
| Octal | 311 | 232 | 17 | 0 | 27 | 135 | 25 | 55 | 126 | 52 |
| Binary | 11001001 | 10011010 | 1111 | 0 | 10111 | 1011101 | 10101 | 101101 | 1010110 | 101010 |
Color Harmonies of #C99A0F
Complementary color
Monochromatic Colors of #C99A0F
Black with #C99A0F
Text Example
Text Example
White with #C99A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A0F; }
p { color: rgb(201,154,15); }
H1.HeaderClassName
{
color: #C99A0F;
}
.AnyTagClassName
{
color: #C99A0F;
}
</style>
background-color css
<style>
a { background-color: #C99A0F; }
a { background-color: rgb(201,154,15); }
div.DivClassName
{
background-color: #C99A0F;
}
.BgClassName
{
background-color: #C99A0F;
}
</style>
border-color css
<style>
span { border-color: #C99A0F; }
span { border-color: rgb(201,154,15); }
td.TdClassName
{
border-color: #C99A0F;
}
.TagClassName
{
border-color: #C99A0F;
}
</style>