Shades of Buddha Gold #C89D02
Tints of Buddha Gold #C89D02
RGB
CMYK
RGB Variations
Color information
#C89D02 (or 0xC89D02) is known color: Buddha Gold. HEX triplet: C8, 9D and 02. RGB value is (200,157,2). Sum of RGB (Red+Green+Blue) = 200+157+2=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89D02 is #3762FD. Grayscale: #989898. Windows color (decimal): -3629822 or 171464. OLE color: 171464.
HSL color Cylindrical-coordinate representation of color #C89D02: hue angle of 46.97º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C89D02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.22 |
| HSL | 46.97º | 0.98% | 0.4% | - |
| HSV(B) | 46.97º | 0.99% | 0.78% | - |
| XYZ | 35.89 | 36.4 | 5.19 | - |
| YUV | 152.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 2 | 0 | 0.22 | 0.99 | 0.22 | 46.97 | 0.98 | 0.4 |
| Hex | C8 | 9D | 2 | 0 | 16 | 63 | 16 | 2F | 62 | 28 |
| Octal | 310 | 235 | 2 | 0 | 26 | 143 | 26 | 57 | 142 | 50 |
| Binary | 11001000 | 10011101 | 10 | 0 | 10110 | 1100011 | 10110 | 101111 | 1100010 | 101000 |
Color Harmonies of #C89D02
Complementary color
Monochromatic Colors of #C89D02
Black with #C89D02
Text Example
Text Example
White with #C89D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D02; }
p { color: rgb(200,157,2); }
H1.HeaderClassName
{
color: #C89D02;
}
.AnyTagClassName
{
color: #C89D02;
}
</style>
background-color css
<style>
a { background-color: #C89D02; }
a { background-color: rgb(200,157,2); }
div.DivClassName
{
background-color: #C89D02;
}
.BgClassName
{
background-color: #C89D02;
}
</style>
border-color css
<style>
span { border-color: #C89D02; }
span { border-color: rgb(200,157,2); }
td.TdClassName
{
border-color: #C89D02;
}
.TagClassName
{
border-color: #C89D02;
}
</style>