Shades of Buddha Gold #C89F02
Tints of Buddha Gold #C89F02
RGB
CMYK
RGB Variations
Color information
#C89F02 (or 0xC89F02) is known color: Buddha Gold. HEX triplet: C8, 9F and 02. RGB value is (200,159,2). Sum of RGB (Red+Green+Blue) = 200+159+2=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F02 is #3760FD. Grayscale: #9A9A9A. Windows color (decimal): -3629310 or 171976. OLE color: 171976.
HSL color Cylindrical-coordinate representation of color #C89F02: hue angle of 47.58º 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 #C89F02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.22 |
| HSL | 47.58º | 0.98% | 0.4% | - |
| HSV(B) | 47.58º | 0.99% | 0.78% | - |
| XYZ | 36.23 | 37.08 | 5.31 | - |
| YUV | 153.36 | 42.58 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 2 | 0 | 0.20 | 0.99 | 0.22 | 47.58 | 0.98 | 0.4 |
| Hex | C8 | 9F | 2 | 0 | 14 | 63 | 16 | 30 | 62 | 28 |
| Octal | 310 | 237 | 2 | 0 | 24 | 143 | 26 | 60 | 142 | 50 |
| Binary | 11001000 | 10011111 | 10 | 0 | 10100 | 1100011 | 10110 | 110000 | 1100010 | 101000 |
Color Harmonies of #C89F02
Complementary color
Monochromatic Colors of #C89F02
Black with #C89F02
Text Example
Text Example
White with #C89F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F02; }
p { color: rgb(200,159,2); }
H1.HeaderClassName
{
color: #C89F02;
}
.AnyTagClassName
{
color: #C89F02;
}
</style>
background-color css
<style>
a { background-color: #C89F02; }
a { background-color: rgb(200,159,2); }
div.DivClassName
{
background-color: #C89F02;
}
.BgClassName
{
background-color: #C89F02;
}
</style>
border-color css
<style>
span { border-color: #C89F02; }
span { border-color: rgb(200,159,2); }
td.TdClassName
{
border-color: #C89F02;
}
.TagClassName
{
border-color: #C89F02;
}
</style>