Shades of Buddha Gold #C09C0D
Tints of Buddha Gold #C09C0D
RGB
CMYK
RGB Variations
Color information
#C09C0D (or 0xC09C0D) is known color: Buddha Gold. HEX triplet: C0, 9C and 0D. RGB value is (192,156,13). Sum of RGB (Red+Green+Blue) = 192+156+13=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C0D is #3F63F2. Grayscale: #979797. Windows color (decimal): -4154355 or 892096. OLE color: 892096.
HSL color Cylindrical-coordinate representation of color #C09C0D: hue angle of 47.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C09C0D is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 13 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.25 |
| HSL | 47.93º | 0.87% | 0.4% | - |
| HSV(B) | 47.93º | 0.93% | 0.75% | - |
| XYZ | 33.7 | 35.01 | 5.36 | - |
| YUV | 150.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 13 | 0 | 0.19 | 0.93 | 0.25 | 47.93 | 0.87 | 0.4 |
| Hex | C0 | 9C | D | 0 | 13 | 5D | 19 | 30 | 57 | 28 |
| Octal | 300 | 234 | 15 | 0 | 23 | 135 | 31 | 60 | 127 | 50 |
| Binary | 11000000 | 10011100 | 1101 | 0 | 10011 | 1011101 | 11001 | 110000 | 1010111 | 101000 |
Color Harmonies of #C09C0D
Complementary color
Monochromatic Colors of #C09C0D
Black with #C09C0D
Text Example
Text Example
White with #C09C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C0D; }
p { color: rgb(192,156,13); }
H1.HeaderClassName
{
color: #C09C0D;
}
.AnyTagClassName
{
color: #C09C0D;
}
</style>
background-color css
<style>
a { background-color: #C09C0D; }
a { background-color: rgb(192,156,13); }
div.DivClassName
{
background-color: #C09C0D;
}
.BgClassName
{
background-color: #C09C0D;
}
</style>
border-color css
<style>
span { border-color: #C09C0D; }
span { border-color: rgb(192,156,13); }
td.TdClassName
{
border-color: #C09C0D;
}
.TagClassName
{
border-color: #C09C0D;
}
</style>