Shades of Buddha Gold #CC980E
Tints of Buddha Gold #CC980E
RGB
CMYK
RGB Variations
Color information
#CC980E (or 0xCC980E) is known color: Buddha Gold. HEX triplet: CC, 98 and 0E. RGB value is (204,152,14). Sum of RGB (Red+Green+Blue) = 204+152+14=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC980E is #3367F1. Grayscale: #989898. Windows color (decimal): -3368946 or 956620. OLE color: 956620.
HSL color Cylindrical-coordinate representation of color #CC980E: hue angle of 43.58º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC980E is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 14 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.2 |
| HSL | 43.58º | 0.87% | 0.43% | - |
| HSV(B) | 43.58º | 0.93% | 0.8% | - |
| XYZ | 36.21 | 35.33 | 5.33 | - |
| YUV | 151.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 14 | 0 | 0.25 | 0.93 | 0.2 | 43.58 | 0.87 | 0.43 |
| Hex | CC | 98 | E | 0 | 19 | 5D | 14 | 2C | 57 | 2B |
| Octal | 314 | 230 | 16 | 0 | 31 | 135 | 24 | 54 | 127 | 53 |
| Binary | 11001100 | 10011000 | 1110 | 0 | 11001 | 1011101 | 10100 | 101100 | 1010111 | 101011 |
Color Harmonies of #CC980E
Complementary color
Monochromatic Colors of #CC980E
Black with #CC980E
Text Example
Text Example
White with #CC980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC980E; }
p { color: rgb(204,152,14); }
H1.HeaderClassName
{
color: #CC980E;
}
.AnyTagClassName
{
color: #CC980E;
}
</style>
background-color css
<style>
a { background-color: #CC980E; }
a { background-color: rgb(204,152,14); }
div.DivClassName
{
background-color: #CC980E;
}
.BgClassName
{
background-color: #CC980E;
}
</style>
border-color css
<style>
span { border-color: #CC980E; }
span { border-color: rgb(204,152,14); }
td.TdClassName
{
border-color: #CC980E;
}
.TagClassName
{
border-color: #CC980E;
}
</style>