Shades of Buddha Gold #C69D1B
Tints of Buddha Gold #C69D1B
RGB
CMYK
RGB Variations
Color information
#C69D1B (or 0xC69D1B) is known color: Buddha Gold. HEX triplet: C6, 9D and 1B. RGB value is (198,157,27). Sum of RGB (Red+Green+Blue) = 198+157+27=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D1B is #3962E4. Grayscale: #9B9B9B. Windows color (decimal): -3760869 or 1809862. OLE color: 1809862.
HSL color Cylindrical-coordinate representation of color #C69D1B: hue angle of 45.61º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C69D1B is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 27 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.22 |
| HSL | 45.61º | 0.76% | 0.44% | - |
| HSV(B) | 45.61º | 0.86% | 0.78% | - |
| XYZ | 35.54 | 36.2 | 6.15 | - |
| YUV | 154.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 27 | 0 | 0.21 | 0.86 | 0.22 | 45.61 | 0.76 | 0.44 |
| Hex | C6 | 9D | 1B | 0 | 15 | 56 | 16 | 2E | 4C | 2C |
| Octal | 306 | 235 | 33 | 0 | 25 | 126 | 26 | 56 | 114 | 54 |
| Binary | 11000110 | 10011101 | 11011 | 0 | 10101 | 1010110 | 10110 | 101110 | 1001100 | 101100 |
Color Harmonies of #C69D1B
Complementary color
Monochromatic Colors of #C69D1B
Black with #C69D1B
Text Example
Text Example
White with #C69D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D1B; }
p { color: rgb(198,157,27); }
H1.HeaderClassName
{
color: #C69D1B;
}
.AnyTagClassName
{
color: #C69D1B;
}
</style>
background-color css
<style>
a { background-color: #C69D1B; }
a { background-color: rgb(198,157,27); }
div.DivClassName
{
background-color: #C69D1B;
}
.BgClassName
{
background-color: #C69D1B;
}
</style>
border-color css
<style>
span { border-color: #C69D1B; }
span { border-color: rgb(198,157,27); }
td.TdClassName
{
border-color: #C69D1B;
}
.TagClassName
{
border-color: #C69D1B;
}
</style>