Shades of Buddha Gold #CB8F17
Tints of Buddha Gold #CB8F17
RGB
CMYK
RGB Variations
Color information
#CB8F17 (or 0xCB8F17) is known color: Buddha Gold. HEX triplet: CB, 8F and 17. RGB value is (203,143,23). Sum of RGB (Red+Green+Blue) = 203+143+23=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8F17 is #3470E8. Grayscale: #939393. Windows color (decimal): -3436777 or 1544139. OLE color: 1544139.
HSL color Cylindrical-coordinate representation of color #CB8F17: hue angle of 40º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB8F17 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 23 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.20 |
| HSL | 40º | 0.8% | 0.44% | - |
| HSV(B) | 40º | 0.89% | 0.8% | - |
| XYZ | 34.61 | 32.4 | 5.24 | - |
| YUV | 147.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 23 | 0 | 0.30 | 0.89 | 0.20 | 40 | 0.8 | 0.44 |
| Hex | CB | 8F | 17 | 0 | 1E | 59 | 14 | 28 | 50 | 2C |
| Octal | 313 | 217 | 27 | 0 | 36 | 131 | 24 | 50 | 120 | 54 |
| Binary | 11001011 | 10001111 | 10111 | 0 | 11110 | 1011001 | 10100 | 101000 | 1010000 | 101100 |
Color Harmonies of #CB8F17
Complementary color
Monochromatic Colors of #CB8F17
Black with #CB8F17
Text Example
Text Example
White with #CB8F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F17; }
p { color: rgb(203,143,23); }
H1.HeaderClassName
{
color: #CB8F17;
}
.AnyTagClassName
{
color: #CB8F17;
}
</style>
background-color css
<style>
a { background-color: #CB8F17; }
a { background-color: rgb(203,143,23); }
div.DivClassName
{
background-color: #CB8F17;
}
.BgClassName
{
background-color: #CB8F17;
}
</style>
border-color css
<style>
span { border-color: #CB8F17; }
span { border-color: rgb(203,143,23); }
td.TdClassName
{
border-color: #CB8F17;
}
.TagClassName
{
border-color: #CB8F17;
}
</style>