Shades of Buddha Gold #C99818
Tints of Buddha Gold #C99818
RGB
CMYK
RGB Variations
Color information
#C99818 (or 0xC99818) is known color: Buddha Gold. HEX triplet: C9, 98 and 18. RGB value is (201,152,24). Sum of RGB (Red+Green+Blue) = 201+152+24=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C99818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99818 is #3667E7. Grayscale: #989898. Windows color (decimal): -3565544 or 1611977. OLE color: 1611977.
HSL color Cylindrical-coordinate representation of color #C99818: hue angle of 43.39º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C99818 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 24 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.21 |
| HSL | 43.39º | 0.79% | 0.44% | - |
| HSV(B) | 43.39º | 0.88% | 0.79% | - |
| XYZ | 35.48 | 34.94 | 5.74 | - |
| YUV | 152.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 24 | 0 | 0.24 | 0.88 | 0.21 | 43.39 | 0.79 | 0.44 |
| Hex | C9 | 98 | 18 | 0 | 18 | 58 | 15 | 2B | 4F | 2C |
| Octal | 311 | 230 | 30 | 0 | 30 | 130 | 25 | 53 | 117 | 54 |
| Binary | 11001001 | 10011000 | 11000 | 0 | 11000 | 1011000 | 10101 | 101011 | 1001111 | 101100 |
Color Harmonies of #C99818
Complementary color
Monochromatic Colors of #C99818
Black with #C99818
Text Example
Text Example
White with #C99818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99818; }
p { color: rgb(201,152,24); }
H1.HeaderClassName
{
color: #C99818;
}
.AnyTagClassName
{
color: #C99818;
}
</style>
background-color css
<style>
a { background-color: #C99818; }
a { background-color: rgb(201,152,24); }
div.DivClassName
{
background-color: #C99818;
}
.BgClassName
{
background-color: #C99818;
}
</style>
border-color css
<style>
span { border-color: #C99818; }
span { border-color: rgb(201,152,24); }
td.TdClassName
{
border-color: #C99818;
}
.TagClassName
{
border-color: #C99818;
}
</style>