Shades of Buddha Gold #C9940D
Tints of Buddha Gold #C9940D
RGB
CMYK
RGB Variations
Color information
#C9940D (or 0xC9940D) is known color: Buddha Gold. HEX triplet: C9, 94 and 0D. RGB value is (201,148,13). Sum of RGB (Red+Green+Blue) = 201+148+13=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9940D is #366BF2. Grayscale: #959595. Windows color (decimal): -3566579 or 890057. OLE color: 890057.
HSL color Cylindrical-coordinate representation of color #C9940D: hue angle of 43.09º 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 #C9940D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.21 |
| HSL | 43.09º | 0.88% | 0.42% | - |
| HSV(B) | 43.09º | 0.94% | 0.79% | - |
| XYZ | 34.75 | 33.63 | 5.04 | - |
| YUV | 148.46 | 51.56 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 13 | 0 | 0.26 | 0.94 | 0.21 | 43.09 | 0.88 | 0.42 |
| Hex | C9 | 94 | D | 0 | 1A | 5E | 15 | 2B | 58 | 2A |
| Octal | 311 | 224 | 15 | 0 | 32 | 136 | 25 | 53 | 130 | 52 |
| Binary | 11001001 | 10010100 | 1101 | 0 | 11010 | 1011110 | 10101 | 101011 | 1011000 | 101010 |
Color Harmonies of #C9940D
Complementary color
Monochromatic Colors of #C9940D
Black with #C9940D
Text Example
Text Example
White with #C9940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9940D; }
p { color: rgb(201,148,13); }
H1.HeaderClassName
{
color: #C9940D;
}
.AnyTagClassName
{
color: #C9940D;
}
</style>
background-color css
<style>
a { background-color: #C9940D; }
a { background-color: rgb(201,148,13); }
div.DivClassName
{
background-color: #C9940D;
}
.BgClassName
{
background-color: #C9940D;
}
</style>
border-color css
<style>
span { border-color: #C9940D; }
span { border-color: rgb(201,148,13); }
td.TdClassName
{
border-color: #C9940D;
}
.TagClassName
{
border-color: #C9940D;
}
</style>