Shades of Buddha Gold #C99614
Tints of Buddha Gold #C99614
RGB
CMYK
RGB Variations
Color information
#C99614 (or 0xC99614) is known color: Buddha Gold. HEX triplet: C9, 96 and 14. RGB value is (201,150,20). Sum of RGB (Red+Green+Blue) = 201+150+20=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C99614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99614 is #3669EB. Grayscale: #979797. Windows color (decimal): -3566060 or 1349321. OLE color: 1349321.
HSL color Cylindrical-coordinate representation of color #C99614: hue angle of 43.09º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C99614 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 20 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.21 |
| HSL | 43.09º | 0.82% | 0.43% | - |
| HSV(B) | 43.09º | 0.9% | 0.79% | - |
| XYZ | 35.12 | 34.28 | 5.43 | - |
| YUV | 150.43 | 54.4 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 20 | 0 | 0.25 | 0.90 | 0.21 | 43.09 | 0.82 | 0.43 |
| Hex | C9 | 96 | 14 | 0 | 19 | 5A | 15 | 2B | 52 | 2B |
| Octal | 311 | 226 | 24 | 0 | 31 | 132 | 25 | 53 | 122 | 53 |
| Binary | 11001001 | 10010110 | 10100 | 0 | 11001 | 1011010 | 10101 | 101011 | 1010010 | 101011 |
Color Harmonies of #C99614
Complementary color
Monochromatic Colors of #C99614
Black with #C99614
Text Example
Text Example
White with #C99614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99614; }
p { color: rgb(201,150,20); }
H1.HeaderClassName
{
color: #C99614;
}
.AnyTagClassName
{
color: #C99614;
}
</style>
background-color css
<style>
a { background-color: #C99614; }
a { background-color: rgb(201,150,20); }
div.DivClassName
{
background-color: #C99614;
}
.BgClassName
{
background-color: #C99614;
}
</style>
border-color css
<style>
span { border-color: #C99614; }
span { border-color: rgb(201,150,20); }
td.TdClassName
{
border-color: #C99614;
}
.TagClassName
{
border-color: #C99614;
}
</style>