Shades of Buddha Gold #CC981C
Tints of Buddha Gold #CC981C
RGB
CMYK
RGB Variations
Color information
#CC981C (or 0xCC981C) is known color: Buddha Gold. HEX triplet: CC, 98 and 1C. RGB value is (204,152,28). Sum of RGB (Red+Green+Blue) = 204+152+28=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC981C is #3367E3. Grayscale: #999999. Windows color (decimal): -3368932 or 1874124. OLE color: 1874124.
HSL color Cylindrical-coordinate representation of color #CC981C: hue angle of 42.27º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC981C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 28 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.2 |
| HSL | 42.27º | 0.76% | 0.45% | - |
| HSV(B) | 42.27º | 0.86% | 0.8% | - |
| XYZ | 36.34 | 35.38 | 6.01 | - |
| YUV | 153.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 28 | 0 | 0.25 | 0.86 | 0.2 | 42.27 | 0.76 | 0.45 |
| Hex | CC | 98 | 1C | 0 | 19 | 56 | 14 | 2A | 4C | 2D |
| Octal | 314 | 230 | 34 | 0 | 31 | 126 | 24 | 52 | 114 | 55 |
| Binary | 11001100 | 10011000 | 11100 | 0 | 11001 | 1010110 | 10100 | 101010 | 1001100 | 101101 |
Color Harmonies of #CC981C
Complementary color
Monochromatic Colors of #CC981C
Black with #CC981C
Text Example
Text Example
White with #CC981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC981C; }
p { color: rgb(204,152,28); }
H1.HeaderClassName
{
color: #CC981C;
}
.AnyTagClassName
{
color: #CC981C;
}
</style>
background-color css
<style>
a { background-color: #CC981C; }
a { background-color: rgb(204,152,28); }
div.DivClassName
{
background-color: #CC981C;
}
.BgClassName
{
background-color: #CC981C;
}
</style>
border-color css
<style>
span { border-color: #CC981C; }
span { border-color: rgb(204,152,28); }
td.TdClassName
{
border-color: #CC981C;
}
.TagClassName
{
border-color: #CC981C;
}
</style>