Shades of Buddha Gold #C99B0D
Tints of Buddha Gold #C99B0D
RGB
CMYK
RGB Variations
Color information
#C99B0D (or 0xC99B0D) is known color: Buddha Gold. HEX triplet: C9, 9B and 0D. RGB value is (201,155,13). Sum of RGB (Red+Green+Blue) = 201+155+13=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99B0D is #3664F2. Grayscale: #999999. Windows color (decimal): -3564787 or 891849. OLE color: 891849.
HSL color Cylindrical-coordinate representation of color #C99B0D: hue angle of 45.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C99B0D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.21 |
| HSL | 45.32º | 0.88% | 0.42% | - |
| HSV(B) | 45.32º | 0.94% | 0.79% | - |
| XYZ | 35.88 | 35.89 | 5.42 | - |
| YUV | 152.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 13 | 0 | 0.23 | 0.94 | 0.21 | 45.32 | 0.88 | 0.42 |
| Hex | C9 | 9B | D | 0 | 17 | 5E | 15 | 2D | 58 | 2A |
| Octal | 311 | 233 | 15 | 0 | 27 | 136 | 25 | 55 | 130 | 52 |
| Binary | 11001001 | 10011011 | 1101 | 0 | 10111 | 1011110 | 10101 | 101101 | 1011000 | 101010 |
Color Harmonies of #C99B0D
Complementary color
Monochromatic Colors of #C99B0D
Black with #C99B0D
Text Example
Text Example
White with #C99B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B0D; }
p { color: rgb(201,155,13); }
H1.HeaderClassName
{
color: #C99B0D;
}
.AnyTagClassName
{
color: #C99B0D;
}
</style>
background-color css
<style>
a { background-color: #C99B0D; }
a { background-color: rgb(201,155,13); }
div.DivClassName
{
background-color: #C99B0D;
}
.BgClassName
{
background-color: #C99B0D;
}
</style>
border-color css
<style>
span { border-color: #C99B0D; }
span { border-color: rgb(201,155,13); }
td.TdClassName
{
border-color: #C99B0D;
}
.TagClassName
{
border-color: #C99B0D;
}
</style>