Shades of Buddha Gold #CC9514
Tints of Buddha Gold #CC9514
RGB
CMYK
RGB Variations
Color information
#CC9514 (or 0xCC9514) is known color: Buddha Gold. HEX triplet: CC, 95 and 14. RGB value is (204,149,20). Sum of RGB (Red+Green+Blue) = 204+149+20=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9514 is #336AEB. Grayscale: #979797. Windows color (decimal): -3369708 or 1349068. OLE color: 1349068.
HSL color Cylindrical-coordinate representation of color #CC9514: hue angle of 42.07º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC9514 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 20 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.2 |
| HSL | 42.07º | 0.82% | 0.44% | - |
| HSV(B) | 42.07º | 0.9% | 0.8% | - |
| XYZ | 35.78 | 34.38 | 5.41 | - |
| YUV | 150.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 20 | 0 | 0.27 | 0.90 | 0.2 | 42.07 | 0.82 | 0.44 |
| Hex | CC | 95 | 14 | 0 | 1B | 5A | 14 | 2A | 52 | 2C |
| Octal | 314 | 225 | 24 | 0 | 33 | 132 | 24 | 52 | 122 | 54 |
| Binary | 11001100 | 10010101 | 10100 | 0 | 11011 | 1011010 | 10100 | 101010 | 1010010 | 101100 |
Color Harmonies of #CC9514
Complementary color
Monochromatic Colors of #CC9514
Black with #CC9514
Text Example
Text Example
White with #CC9514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9514; }
p { color: rgb(204,149,20); }
H1.HeaderClassName
{
color: #CC9514;
}
.AnyTagClassName
{
color: #CC9514;
}
</style>
background-color css
<style>
a { background-color: #CC9514; }
a { background-color: rgb(204,149,20); }
div.DivClassName
{
background-color: #CC9514;
}
.BgClassName
{
background-color: #CC9514;
}
</style>
border-color css
<style>
span { border-color: #CC9514; }
span { border-color: rgb(204,149,20); }
td.TdClassName
{
border-color: #CC9514;
}
.TagClassName
{
border-color: #CC9514;
}
</style>