Shades of Buddha Gold #CB9D02
Tints of Buddha Gold #CB9D02
RGB
CMYK
RGB Variations
Color information
#CB9D02 (or 0xCB9D02) is known color: Buddha Gold. HEX triplet: CB, 9D and 02. RGB value is (203,157,2). Sum of RGB (Red+Green+Blue) = 203+157+2=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9D02 is #3462FD. Grayscale: #999999. Windows color (decimal): -3433214 or 171467. OLE color: 171467.
HSL color Cylindrical-coordinate representation of color #CB9D02: hue angle of 46.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB9D02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.20 |
| HSL | 46.27º | 0.98% | 0.4% | - |
| HSV(B) | 46.27º | 0.99% | 0.8% | - |
| XYZ | 36.7 | 36.81 | 5.23 | - |
| YUV | 153.08 | 42.74 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 2 | 0 | 0.23 | 0.99 | 0.20 | 46.27 | 0.98 | 0.4 |
| Hex | CB | 9D | 2 | 0 | 17 | 63 | 14 | 2E | 62 | 28 |
| Octal | 313 | 235 | 2 | 0 | 27 | 143 | 24 | 56 | 142 | 50 |
| Binary | 11001011 | 10011101 | 10 | 0 | 10111 | 1100011 | 10100 | 101110 | 1100010 | 101000 |
Color Harmonies of #CB9D02
Complementary color
Monochromatic Colors of #CB9D02
Black with #CB9D02
Text Example
Text Example
White with #CB9D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D02; }
p { color: rgb(203,157,2); }
H1.HeaderClassName
{
color: #CB9D02;
}
.AnyTagClassName
{
color: #CB9D02;
}
</style>
background-color css
<style>
a { background-color: #CB9D02; }
a { background-color: rgb(203,157,2); }
div.DivClassName
{
background-color: #CB9D02;
}
.BgClassName
{
background-color: #CB9D02;
}
</style>
border-color css
<style>
span { border-color: #CB9D02; }
span { border-color: rgb(203,157,2); }
td.TdClassName
{
border-color: #CB9D02;
}
.TagClassName
{
border-color: #CB9D02;
}
</style>