Shades of Buddha Gold #C39908
Tints of Buddha Gold #C39908
RGB
CMYK
RGB Variations
Color information
#C39908 (or 0xC39908) is known color: Buddha Gold. HEX triplet: C3, 99 and 08. RGB value is (195,153,8). Sum of RGB (Red+Green+Blue) = 195+153+8=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C39908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39908 is #3C66F7. Grayscale: #959595. Windows color (decimal): -3958520 or 563651. OLE color: 563651.
HSL color Cylindrical-coordinate representation of color #C39908: hue angle of 46.52º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C39908 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 8 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.24 |
| HSL | 46.52º | 0.92% | 0.4% | - |
| HSV(B) | 46.52º | 0.96% | 0.76% | - |
| XYZ | 33.94 | 34.4 | 5.08 | - |
| YUV | 149.03 | 48.41 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 8 | 0 | 0.22 | 0.96 | 0.24 | 46.52 | 0.92 | 0.4 |
| Hex | C3 | 99 | 8 | 0 | 16 | 60 | 18 | 2F | 5C | 28 |
| Octal | 303 | 231 | 10 | 0 | 26 | 140 | 30 | 57 | 134 | 50 |
| Binary | 11000011 | 10011001 | 1000 | 0 | 10110 | 1100000 | 11000 | 101111 | 1011100 | 101000 |
Color Harmonies of #C39908
Complementary color
Monochromatic Colors of #C39908
Black with #C39908
Text Example
Text Example
White with #C39908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39908; }
p { color: rgb(195,153,8); }
H1.HeaderClassName
{
color: #C39908;
}
.AnyTagClassName
{
color: #C39908;
}
</style>
background-color css
<style>
a { background-color: #C39908; }
a { background-color: rgb(195,153,8); }
div.DivClassName
{
background-color: #C39908;
}
.BgClassName
{
background-color: #C39908;
}
</style>
border-color css
<style>
span { border-color: #C39908; }
span { border-color: rgb(195,153,8); }
td.TdClassName
{
border-color: #C39908;
}
.TagClassName
{
border-color: #C39908;
}
</style>