Shades of Buddha Gold #C89D23
Tints of Buddha Gold #C89D23
RGB
CMYK
RGB Variations
Color information
#C89D23 (or 0xC89D23) is known color: Buddha Gold. HEX triplet: C8, 9D and 23. RGB value is (200,157,35). Sum of RGB (Red+Green+Blue) = 200+157+35=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D23 is #3762DC. Grayscale: #9C9C9C. Windows color (decimal): -3629789 or 2334152. OLE color: 2334152.
HSL color Cylindrical-coordinate representation of color #C89D23: hue angle of 44.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C89D23 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 35 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.22 |
| HSL | 44.36º | 0.7% | 0.46% | - |
| HSV(B) | 44.36º | 0.83% | 0.78% | - |
| XYZ | 36.18 | 36.51 | 6.73 | - |
| YUV | 155.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 35 | 0 | 0.22 | 0.82 | 0.22 | 44.36 | 0.7 | 0.46 |
| Hex | C8 | 9D | 23 | 0 | 16 | 52 | 16 | 2C | 46 | 2E |
| Octal | 310 | 235 | 43 | 0 | 26 | 122 | 26 | 54 | 106 | 56 |
| Binary | 11001000 | 10011101 | 100011 | 0 | 10110 | 1010010 | 10110 | 101100 | 1000110 | 101110 |
Color Harmonies of #C89D23
Complementary color
Monochromatic Colors of #C89D23
Black with #C89D23
Text Example
Text Example
White with #C89D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D23; }
p { color: rgb(200,157,35); }
H1.HeaderClassName
{
color: #C89D23;
}
.AnyTagClassName
{
color: #C89D23;
}
</style>
background-color css
<style>
a { background-color: #C89D23; }
a { background-color: rgb(200,157,35); }
div.DivClassName
{
background-color: #C89D23;
}
.BgClassName
{
background-color: #C89D23;
}
</style>
border-color css
<style>
span { border-color: #C89D23; }
span { border-color: rgb(200,157,35); }
td.TdClassName
{
border-color: #C89D23;
}
.TagClassName
{
border-color: #C89D23;
}
</style>