Shades of Buddha Gold #CB9807
Tints of Buddha Gold #CB9807
RGB
CMYK
RGB Variations
Color information
#CB9807 (or 0xCB9807) is known color: Buddha Gold. HEX triplet: CB, 98 and 07. RGB value is (203,152,7). Sum of RGB (Red+Green+Blue) = 203+152+7=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9807 is #3467F8. Grayscale: #979797. Windows color (decimal): -3434489 or 497867. OLE color: 497867.
HSL color Cylindrical-coordinate representation of color #CB9807: hue angle of 44.39º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB9807 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.20 |
| HSL | 44.39º | 0.93% | 0.41% | - |
| HSV(B) | 44.39º | 0.97% | 0.8% | - |
| XYZ | 35.9 | 35.17 | 5.1 | - |
| YUV | 150.72 | 46.9 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 7 | 0 | 0.25 | 0.97 | 0.20 | 44.39 | 0.93 | 0.41 |
| Hex | CB | 98 | 7 | 0 | 19 | 61 | 14 | 2C | 5D | 29 |
| Octal | 313 | 230 | 7 | 0 | 31 | 141 | 24 | 54 | 135 | 51 |
| Binary | 11001011 | 10011000 | 111 | 0 | 11001 | 1100001 | 10100 | 101100 | 1011101 | 101001 |
Color Harmonies of #CB9807
Complementary color
Monochromatic Colors of #CB9807
Black with #CB9807
Text Example
Text Example
White with #CB9807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9807; }
p { color: rgb(203,152,7); }
H1.HeaderClassName
{
color: #CB9807;
}
.AnyTagClassName
{
color: #CB9807;
}
</style>
background-color css
<style>
a { background-color: #CB9807; }
a { background-color: rgb(203,152,7); }
div.DivClassName
{
background-color: #CB9807;
}
.BgClassName
{
background-color: #CB9807;
}
</style>
border-color css
<style>
span { border-color: #CB9807; }
span { border-color: rgb(203,152,7); }
td.TdClassName
{
border-color: #CB9807;
}
.TagClassName
{
border-color: #CB9807;
}
</style>