Shades of Buddha Gold #CC980D
Tints of Buddha Gold #CC980D
RGB
CMYK
RGB Variations
Color information
#CC980D (or 0xCC980D) is known color: Buddha Gold. HEX triplet: CC, 98 and 0D. RGB value is (204,152,13). Sum of RGB (Red+Green+Blue) = 204+152+13=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC980D is #3367F2. Grayscale: #989898. Windows color (decimal): -3368947 or 891084. OLE color: 891084.
HSL color Cylindrical-coordinate representation of color #CC980D: hue angle of 43.66º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC980D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.2 |
| HSL | 43.66º | 0.88% | 0.43% | - |
| HSV(B) | 43.66º | 0.94% | 0.8% | - |
| XYZ | 36.2 | 35.32 | 5.29 | - |
| YUV | 151.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 13 | 0 | 0.25 | 0.94 | 0.2 | 43.66 | 0.88 | 0.43 |
| Hex | CC | 98 | D | 0 | 19 | 5E | 14 | 2C | 58 | 2B |
| Octal | 314 | 230 | 15 | 0 | 31 | 136 | 24 | 54 | 130 | 53 |
| Binary | 11001100 | 10011000 | 1101 | 0 | 11001 | 1011110 | 10100 | 101100 | 1011000 | 101011 |
Color Harmonies of #CC980D
Complementary color
Monochromatic Colors of #CC980D
Black with #CC980D
Text Example
Text Example
White with #CC980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC980D; }
p { color: rgb(204,152,13); }
H1.HeaderClassName
{
color: #CC980D;
}
.AnyTagClassName
{
color: #CC980D;
}
</style>
background-color css
<style>
a { background-color: #CC980D; }
a { background-color: rgb(204,152,13); }
div.DivClassName
{
background-color: #CC980D;
}
.BgClassName
{
background-color: #CC980D;
}
</style>
border-color css
<style>
span { border-color: #CC980D; }
span { border-color: rgb(204,152,13); }
td.TdClassName
{
border-color: #CC980D;
}
.TagClassName
{
border-color: #CC980D;
}
</style>