Shades of Buddha Gold #C89B02
Tints of Buddha Gold #C89B02
RGB
CMYK
RGB Variations
Color information
#C89B02 (or 0xC89B02) is known color: Buddha Gold. HEX triplet: C8, 9B and 02. RGB value is (200,155,2). Sum of RGB (Red+Green+Blue) = 200+155+2=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B02 is #3764FD. Grayscale: #979797. Windows color (decimal): -3630334 or 170952. OLE color: 170952.
HSL color Cylindrical-coordinate representation of color #C89B02: hue angle of 46.36º 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 #C89B02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.22 |
| HSL | 46.36º | 0.98% | 0.4% | - |
| HSV(B) | 46.36º | 0.99% | 0.78% | - |
| XYZ | 35.55 | 35.73 | 5.08 | - |
| YUV | 151.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 2 | 0 | 0.22 | 0.99 | 0.22 | 46.36 | 0.98 | 0.4 |
| Hex | C8 | 9B | 2 | 0 | 16 | 63 | 16 | 2E | 62 | 28 |
| Octal | 310 | 233 | 2 | 0 | 26 | 143 | 26 | 56 | 142 | 50 |
| Binary | 11001000 | 10011011 | 10 | 0 | 10110 | 1100011 | 10110 | 101110 | 1100010 | 101000 |
Color Harmonies of #C89B02
Complementary color
Monochromatic Colors of #C89B02
Black with #C89B02
Text Example
Text Example
White with #C89B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B02; }
p { color: rgb(200,155,2); }
H1.HeaderClassName
{
color: #C89B02;
}
.AnyTagClassName
{
color: #C89B02;
}
</style>
background-color css
<style>
a { background-color: #C89B02; }
a { background-color: rgb(200,155,2); }
div.DivClassName
{
background-color: #C89B02;
}
.BgClassName
{
background-color: #C89B02;
}
</style>
border-color css
<style>
span { border-color: #C89B02; }
span { border-color: rgb(200,155,2); }
td.TdClassName
{
border-color: #C89B02;
}
.TagClassName
{
border-color: #C89B02;
}
</style>