Shades of Buddha Gold #CC9415
Tints of Buddha Gold #CC9415
RGB
CMYK
RGB Variations
Color information
#CC9415 (or 0xCC9415) is known color: Buddha Gold. HEX triplet: CC, 94 and 15. RGB value is (204,148,21). Sum of RGB (Red+Green+Blue) = 204+148+21=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9415 is #336BEA. Grayscale: #969696. Windows color (decimal): -3369963 or 1414348. OLE color: 1414348.
HSL color Cylindrical-coordinate representation of color #CC9415: hue angle of 41.64º degrees, saturation: 0.81, 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 #CC9415 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 21 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.2 |
| HSL | 41.64º | 0.81% | 0.44% | - |
| HSV(B) | 41.64º | 0.9% | 0.8% | - |
| XYZ | 35.63 | 34.07 | 5.41 | - |
| YUV | 150.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 21 | 0 | 0.27 | 0.90 | 0.2 | 41.64 | 0.81 | 0.44 |
| Hex | CC | 94 | 15 | 0 | 1B | 5A | 14 | 2A | 51 | 2C |
| Octal | 314 | 224 | 25 | 0 | 33 | 132 | 24 | 52 | 121 | 54 |
| Binary | 11001100 | 10010100 | 10101 | 0 | 11011 | 1011010 | 10100 | 101010 | 1010001 | 101100 |
Color Harmonies of #CC9415
Complementary color
Monochromatic Colors of #CC9415
Black with #CC9415
Text Example
Text Example
White with #CC9415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9415; }
p { color: rgb(204,148,21); }
H1.HeaderClassName
{
color: #CC9415;
}
.AnyTagClassName
{
color: #CC9415;
}
</style>
background-color css
<style>
a { background-color: #CC9415; }
a { background-color: rgb(204,148,21); }
div.DivClassName
{
background-color: #CC9415;
}
.BgClassName
{
background-color: #CC9415;
}
</style>
border-color css
<style>
span { border-color: #CC9415; }
span { border-color: rgb(204,148,21); }
td.TdClassName
{
border-color: #CC9415;
}
.TagClassName
{
border-color: #CC9415;
}
</style>