Shades of Buddha Gold #CBAA0D
Tints of Buddha Gold #CBAA0D
RGB
CMYK
RGB Variations
Color information
#CBAA0D (or 0xCBAA0D) is known color: Buddha Gold. HEX triplet: CB, AA and 0D. RGB value is (203,170,13). Sum of RGB (Red+Green+Blue) = 203+170+13=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAA0D is #3455F2. Grayscale: #A2A2A2. Windows color (decimal): -3429875 or 895691. OLE color: 895691.
HSL color Cylindrical-coordinate representation of color #CBAA0D: hue angle of 49.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBAA0D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.20 |
| HSL | 49.58º | 0.88% | 0.42% | - |
| HSV(B) | 49.58º | 0.94% | 0.8% | - |
| XYZ | 39.08 | 41.48 | 6.33 | - |
| YUV | 161.97 | 43.93 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 13 | 0 | 0.16 | 0.94 | 0.20 | 49.58 | 0.88 | 0.42 |
| Hex | CB | AA | D | 0 | 10 | 5E | 14 | 32 | 58 | 2A |
| Octal | 313 | 252 | 15 | 0 | 20 | 136 | 24 | 62 | 130 | 52 |
| Binary | 11001011 | 10101010 | 1101 | 0 | 10000 | 1011110 | 10100 | 110010 | 1011000 | 101010 |
Color Harmonies of #CBAA0D
Complementary color
Monochromatic Colors of #CBAA0D
Black with #CBAA0D
Text Example
Text Example
White with #CBAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA0D; }
p { color: rgb(203,170,13); }
H1.HeaderClassName
{
color: #CBAA0D;
}
.AnyTagClassName
{
color: #CBAA0D;
}
</style>
background-color css
<style>
a { background-color: #CBAA0D; }
a { background-color: rgb(203,170,13); }
div.DivClassName
{
background-color: #CBAA0D;
}
.BgClassName
{
background-color: #CBAA0D;
}
</style>
border-color css
<style>
span { border-color: #CBAA0D; }
span { border-color: rgb(203,170,13); }
td.TdClassName
{
border-color: #CBAA0D;
}
.TagClassName
{
border-color: #CBAA0D;
}
</style>