Shades of Buddha Gold #C99618
Tints of Buddha Gold #C99618
RGB
CMYK
RGB Variations
Color information
#C99618 (or 0xC99618) is known color: Buddha Gold. HEX triplet: C9, 96 and 18. RGB value is (201,150,24). Sum of RGB (Red+Green+Blue) = 201+150+24=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C99618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99618 is #3669E7. Grayscale: #979797. Windows color (decimal): -3566056 or 1611465. OLE color: 1611465.
HSL color Cylindrical-coordinate representation of color #C99618: hue angle of 42.71º 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 #C99618 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 24 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.21 |
| HSL | 42.71º | 0.79% | 0.44% | - |
| HSV(B) | 42.71º | 0.88% | 0.79% | - |
| XYZ | 35.16 | 34.3 | 5.63 | - |
| YUV | 150.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 24 | 0 | 0.25 | 0.88 | 0.21 | 42.71 | 0.79 | 0.44 |
| Hex | C9 | 96 | 18 | 0 | 19 | 58 | 15 | 2B | 4F | 2C |
| Octal | 311 | 226 | 30 | 0 | 31 | 130 | 25 | 53 | 117 | 54 |
| Binary | 11001001 | 10010110 | 11000 | 0 | 11001 | 1011000 | 10101 | 101011 | 1001111 | 101100 |
Color Harmonies of #C99618
Complementary color
Monochromatic Colors of #C99618
Black with #C99618
Text Example
Text Example
White with #C99618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99618; }
p { color: rgb(201,150,24); }
H1.HeaderClassName
{
color: #C99618;
}
.AnyTagClassName
{
color: #C99618;
}
</style>
background-color css
<style>
a { background-color: #C99618; }
a { background-color: rgb(201,150,24); }
div.DivClassName
{
background-color: #C99618;
}
.BgClassName
{
background-color: #C99618;
}
</style>
border-color css
<style>
span { border-color: #C99618; }
span { border-color: rgb(201,150,24); }
td.TdClassName
{
border-color: #C99618;
}
.TagClassName
{
border-color: #C99618;
}
</style>