Shades of Buddha Gold #C09017
Tints of Buddha Gold #C09017
RGB
CMYK
RGB Variations
Color information
#C09017 (or 0xC09017) is known color: Buddha Gold. HEX triplet: C0, 90 and 17. RGB value is (192,144,23). Sum of RGB (Red+Green+Blue) = 192+144+23=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09017 is #3F6FE8. Grayscale: #919191. Windows color (decimal): -4157417 or 1544384. OLE color: 1544384.
HSL color Cylindrical-coordinate representation of color #C09017: hue angle of 42.96º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C09017 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 23 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.25 |
| HSL | 42.96º | 0.79% | 0.42% | - |
| HSV(B) | 42.96º | 0.88% | 0.75% | - |
| XYZ | 31.87 | 31.21 | 5.16 | - |
| YUV | 144.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 23 | 0 | 0.25 | 0.88 | 0.25 | 42.96 | 0.79 | 0.42 |
| Hex | C0 | 90 | 17 | 0 | 19 | 58 | 19 | 2B | 4F | 2A |
| Octal | 300 | 220 | 27 | 0 | 31 | 130 | 31 | 53 | 117 | 52 |
| Binary | 11000000 | 10010000 | 10111 | 0 | 11001 | 1011000 | 11001 | 101011 | 1001111 | 101010 |
Color Harmonies of #C09017
Complementary color
Monochromatic Colors of #C09017
Black with #C09017
Text Example
Text Example
White with #C09017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09017; }
p { color: rgb(192,144,23); }
H1.HeaderClassName
{
color: #C09017;
}
.AnyTagClassName
{
color: #C09017;
}
</style>
background-color css
<style>
a { background-color: #C09017; }
a { background-color: rgb(192,144,23); }
div.DivClassName
{
background-color: #C09017;
}
.BgClassName
{
background-color: #C09017;
}
</style>
border-color css
<style>
span { border-color: #C09017; }
span { border-color: rgb(192,144,23); }
td.TdClassName
{
border-color: #C09017;
}
.TagClassName
{
border-color: #C09017;
}
</style>