Shades of Buddha Gold #CB9A0D
Tints of Buddha Gold #CB9A0D
RGB
CMYK
RGB Variations
Color information
#CB9A0D (or 0xCB9A0D) is known color: Buddha Gold. HEX triplet: CB, 9A and 0D. RGB value is (203,154,13). Sum of RGB (Red+Green+Blue) = 203+154+13=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9A0D is #3465F2. Grayscale: #999999. Windows color (decimal): -3433971 or 891595. OLE color: 891595.
HSL color Cylindrical-coordinate representation of color #CB9A0D: hue angle of 44.53º 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 #CB9A0D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.20 |
| HSL | 44.53º | 0.88% | 0.42% | - |
| HSV(B) | 44.53º | 0.94% | 0.8% | - |
| XYZ | 36.26 | 35.84 | 5.39 | - |
| YUV | 152.58 | 49.23 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 13 | 0 | 0.24 | 0.94 | 0.20 | 44.53 | 0.88 | 0.42 |
| Hex | CB | 9A | D | 0 | 18 | 5E | 14 | 2D | 58 | 2A |
| Octal | 313 | 232 | 15 | 0 | 30 | 136 | 24 | 55 | 130 | 52 |
| Binary | 11001011 | 10011010 | 1101 | 0 | 11000 | 1011110 | 10100 | 101101 | 1011000 | 101010 |
Color Harmonies of #CB9A0D
Complementary color
Monochromatic Colors of #CB9A0D
Black with #CB9A0D
Text Example
Text Example
White with #CB9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A0D; }
p { color: rgb(203,154,13); }
H1.HeaderClassName
{
color: #CB9A0D;
}
.AnyTagClassName
{
color: #CB9A0D;
}
</style>
background-color css
<style>
a { background-color: #CB9A0D; }
a { background-color: rgb(203,154,13); }
div.DivClassName
{
background-color: #CB9A0D;
}
.BgClassName
{
background-color: #CB9A0D;
}
</style>
border-color css
<style>
span { border-color: #CB9A0D; }
span { border-color: rgb(203,154,13); }
td.TdClassName
{
border-color: #CB9A0D;
}
.TagClassName
{
border-color: #CB9A0D;
}
</style>