Shades of Buddha Gold #C09D1B
Tints of Buddha Gold #C09D1B
RGB
CMYK
RGB Variations
Color information
#C09D1B (or 0xC09D1B) is known color: Buddha Gold. HEX triplet: C0, 9D and 1B. RGB value is (192,157,27). Sum of RGB (Red+Green+Blue) = 192+157+27=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D1B is #3F62E4. Grayscale: #999999. Windows color (decimal): -4154085 or 1809856. OLE color: 1809856.
HSL color Cylindrical-coordinate representation of color #C09D1B: hue angle of 47.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C09D1B is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 27 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.25 |
| HSL | 47.27º | 0.75% | 0.43% | - |
| HSV(B) | 47.27º | 0.86% | 0.75% | - |
| XYZ | 33.99 | 35.4 | 6.08 | - |
| YUV | 152.65 | 57.1 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 27 | 0 | 0.18 | 0.86 | 0.25 | 47.27 | 0.75 | 0.43 |
| Hex | C0 | 9D | 1B | 0 | 12 | 56 | 19 | 2F | 4B | 2B |
| Octal | 300 | 235 | 33 | 0 | 22 | 126 | 31 | 57 | 113 | 53 |
| Binary | 11000000 | 10011101 | 11011 | 0 | 10010 | 1010110 | 11001 | 101111 | 1001011 | 101011 |
Color Harmonies of #C09D1B
Complementary color
Monochromatic Colors of #C09D1B
Black with #C09D1B
Text Example
Text Example
White with #C09D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D1B; }
p { color: rgb(192,157,27); }
H1.HeaderClassName
{
color: #C09D1B;
}
.AnyTagClassName
{
color: #C09D1B;
}
</style>
background-color css
<style>
a { background-color: #C09D1B; }
a { background-color: rgb(192,157,27); }
div.DivClassName
{
background-color: #C09D1B;
}
.BgClassName
{
background-color: #C09D1B;
}
</style>
border-color css
<style>
span { border-color: #C09D1B; }
span { border-color: rgb(192,157,27); }
td.TdClassName
{
border-color: #C09D1B;
}
.TagClassName
{
border-color: #C09D1B;
}
</style>