Shades of Buddha Gold #C99B03
Tints of Buddha Gold #C99B03
RGB
CMYK
RGB Variations
Color information
#C99B03 (or 0xC99B03) is known color: Buddha Gold. HEX triplet: C9, 9B and 03. RGB value is (201,155,3). Sum of RGB (Red+Green+Blue) = 201+155+3=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99B03 is #3664FC. Grayscale: #989898. Windows color (decimal): -3564797 or 236489. OLE color: 236489.
HSL color Cylindrical-coordinate representation of color #C99B03: hue angle of 46.06º 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 #C99B03 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.21 |
| HSL | 46.06º | 0.97% | 0.4% | - |
| HSV(B) | 46.06º | 0.99% | 0.79% | - |
| XYZ | 35.83 | 35.87 | 5.12 | - |
| YUV | 151.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 3 | 0 | 0.23 | 0.99 | 0.21 | 46.06 | 0.97 | 0.4 |
| Hex | C9 | 9B | 3 | 0 | 17 | 63 | 15 | 2E | 61 | 28 |
| Octal | 311 | 233 | 3 | 0 | 27 | 143 | 25 | 56 | 141 | 50 |
| Binary | 11001001 | 10011011 | 11 | 0 | 10111 | 1100011 | 10101 | 101110 | 1100001 | 101000 |
Color Harmonies of #C99B03
Complementary color
Monochromatic Colors of #C99B03
Black with #C99B03
Text Example
Text Example
White with #C99B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B03; }
p { color: rgb(201,155,3); }
H1.HeaderClassName
{
color: #C99B03;
}
.AnyTagClassName
{
color: #C99B03;
}
</style>
background-color css
<style>
a { background-color: #C99B03; }
a { background-color: rgb(201,155,3); }
div.DivClassName
{
background-color: #C99B03;
}
.BgClassName
{
background-color: #C99B03;
}
</style>
border-color css
<style>
span { border-color: #C99B03; }
span { border-color: rgb(201,155,3); }
td.TdClassName
{
border-color: #C99B03;
}
.TagClassName
{
border-color: #C99B03;
}
</style>