Shades of Buddha Gold #C99C03
Tints of Buddha Gold #C99C03
RGB
CMYK
RGB Variations
Color information
#C99C03 (or 0xC99C03) is known color: Buddha Gold. HEX triplet: C9, 9C and 03. RGB value is (201,156,3). Sum of RGB (Red+Green+Blue) = 201+156+3=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99C03 is #3663FC. Grayscale: #989898. Windows color (decimal): -3564541 or 236745. OLE color: 236745.
HSL color Cylindrical-coordinate representation of color #C99C03: hue angle of 46.36º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C99C03 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.21 |
| HSL | 46.36º | 0.97% | 0.4% | - |
| HSV(B) | 46.36º | 0.99% | 0.79% | - |
| XYZ | 35.99 | 36.2 | 5.18 | - |
| YUV | 152.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 3 | 0 | 0.22 | 0.99 | 0.21 | 46.36 | 0.97 | 0.4 |
| Hex | C9 | 9C | 3 | 0 | 16 | 63 | 15 | 2E | 61 | 28 |
| Octal | 311 | 234 | 3 | 0 | 26 | 143 | 25 | 56 | 141 | 50 |
| Binary | 11001001 | 10011100 | 11 | 0 | 10110 | 1100011 | 10101 | 101110 | 1100001 | 101000 |
Color Harmonies of #C99C03
Complementary color
Monochromatic Colors of #C99C03
Black with #C99C03
Text Example
Text Example
White with #C99C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C03; }
p { color: rgb(201,156,3); }
H1.HeaderClassName
{
color: #C99C03;
}
.AnyTagClassName
{
color: #C99C03;
}
</style>
background-color css
<style>
a { background-color: #C99C03; }
a { background-color: rgb(201,156,3); }
div.DivClassName
{
background-color: #C99C03;
}
.BgClassName
{
background-color: #C99C03;
}
</style>
border-color css
<style>
span { border-color: #C99C03; }
span { border-color: rgb(201,156,3); }
td.TdClassName
{
border-color: #C99C03;
}
.TagClassName
{
border-color: #C99C03;
}
</style>