Shades of Buddha Gold #CC981A
Tints of Buddha Gold #CC981A
RGB
CMYK
RGB Variations
Color information
#CC981A (or 0xCC981A) is known color: Buddha Gold. HEX triplet: CC, 98 and 1A. RGB value is (204,152,26). Sum of RGB (Red+Green+Blue) = 204+152+26=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC981A is #3367E5. Grayscale: #999999. Windows color (decimal): -3368934 or 1743052. OLE color: 1743052.
HSL color Cylindrical-coordinate representation of color #CC981A: hue angle of 42.47º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC981A is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 26 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.2 |
| HSL | 42.47º | 0.77% | 0.45% | - |
| HSV(B) | 42.47º | 0.87% | 0.8% | - |
| XYZ | 36.32 | 35.37 | 5.89 | - |
| YUV | 153.18 | 56.23 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 26 | 0 | 0.25 | 0.87 | 0.2 | 42.47 | 0.77 | 0.45 |
| Hex | CC | 98 | 1A | 0 | 19 | 57 | 14 | 2A | 4D | 2D |
| Octal | 314 | 230 | 32 | 0 | 31 | 127 | 24 | 52 | 115 | 55 |
| Binary | 11001100 | 10011000 | 11010 | 0 | 11001 | 1010111 | 10100 | 101010 | 1001101 | 101101 |
Color Harmonies of #CC981A
Complementary color
Monochromatic Colors of #CC981A
Black with #CC981A
Text Example
Text Example
White with #CC981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC981A; }
p { color: rgb(204,152,26); }
H1.HeaderClassName
{
color: #CC981A;
}
.AnyTagClassName
{
color: #CC981A;
}
</style>
background-color css
<style>
a { background-color: #CC981A; }
a { background-color: rgb(204,152,26); }
div.DivClassName
{
background-color: #CC981A;
}
.BgClassName
{
background-color: #CC981A;
}
</style>
border-color css
<style>
span { border-color: #CC981A; }
span { border-color: rgb(204,152,26); }
td.TdClassName
{
border-color: #CC981A;
}
.TagClassName
{
border-color: #CC981A;
}
</style>