Shades of Buddha Gold #CC980F
Tints of Buddha Gold #CC980F
RGB
CMYK
RGB Variations
Color information
#CC980F (or 0xCC980F) is known color: Buddha Gold. HEX triplet: CC, 98 and 0F. RGB value is (204,152,15). Sum of RGB (Red+Green+Blue) = 204+152+15=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC980F is #3367F0. Grayscale: #989898. Windows color (decimal): -3368945 or 1022156. OLE color: 1022156.
HSL color Cylindrical-coordinate representation of color #CC980F: hue angle of 43.49º degrees, saturation: 0.86, 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 #CC980F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 15 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.2 |
| HSL | 43.49º | 0.86% | 0.43% | - |
| HSV(B) | 43.49º | 0.93% | 0.8% | - |
| XYZ | 36.22 | 35.33 | 5.36 | - |
| YUV | 151.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 15 | 0 | 0.25 | 0.93 | 0.2 | 43.49 | 0.86 | 0.43 |
| Hex | CC | 98 | F | 0 | 19 | 5D | 14 | 2B | 56 | 2B |
| Octal | 314 | 230 | 17 | 0 | 31 | 135 | 24 | 53 | 126 | 53 |
| Binary | 11001100 | 10011000 | 1111 | 0 | 11001 | 1011101 | 10100 | 101011 | 1010110 | 101011 |
Color Harmonies of #CC980F
Complementary color
Monochromatic Colors of #CC980F
Black with #CC980F
Text Example
Text Example
White with #CC980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC980F; }
p { color: rgb(204,152,15); }
H1.HeaderClassName
{
color: #CC980F;
}
.AnyTagClassName
{
color: #CC980F;
}
</style>
background-color css
<style>
a { background-color: #CC980F; }
a { background-color: rgb(204,152,15); }
div.DivClassName
{
background-color: #CC980F;
}
.BgClassName
{
background-color: #CC980F;
}
</style>
border-color css
<style>
span { border-color: #CC980F; }
span { border-color: rgb(204,152,15); }
td.TdClassName
{
border-color: #CC980F;
}
.TagClassName
{
border-color: #CC980F;
}
</style>