Shades of Buddha Gold #C89E17
Tints of Buddha Gold #C89E17
RGB
CMYK
RGB Variations
Color information
#C89E17 (or 0xC89E17) is known color: Buddha Gold. HEX triplet: C8, 9E and 17. RGB value is (200,158,23). Sum of RGB (Red+Green+Blue) = 200+158+23=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89E17 is #3761E8. Grayscale: #9B9B9B. Windows color (decimal): -3629545 or 1547976. OLE color: 1547976.
HSL color Cylindrical-coordinate representation of color #C89E17: hue angle of 45.76º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C89E17 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 23 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.22 |
| HSL | 45.76º | 0.79% | 0.44% | - |
| HSV(B) | 45.76º | 0.89% | 0.78% | - |
| XYZ | 36.2 | 36.79 | 6 | - |
| YUV | 155.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 23 | 0 | 0.21 | 0.88 | 0.22 | 45.76 | 0.79 | 0.44 |
| Hex | C8 | 9E | 17 | 0 | 15 | 58 | 16 | 2E | 4F | 2C |
| Octal | 310 | 236 | 27 | 0 | 25 | 130 | 26 | 56 | 117 | 54 |
| Binary | 11001000 | 10011110 | 10111 | 0 | 10101 | 1011000 | 10110 | 101110 | 1001111 | 101100 |
Color Harmonies of #C89E17
Complementary color
Monochromatic Colors of #C89E17
Black with #C89E17
Text Example
Text Example
White with #C89E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E17; }
p { color: rgb(200,158,23); }
H1.HeaderClassName
{
color: #C89E17;
}
.AnyTagClassName
{
color: #C89E17;
}
</style>
background-color css
<style>
a { background-color: #C89E17; }
a { background-color: rgb(200,158,23); }
div.DivClassName
{
background-color: #C89E17;
}
.BgClassName
{
background-color: #C89E17;
}
</style>
border-color css
<style>
span { border-color: #C89E17; }
span { border-color: rgb(200,158,23); }
td.TdClassName
{
border-color: #C89E17;
}
.TagClassName
{
border-color: #C89E17;
}
</style>