Shades of Buddha Gold #CC9807
Tints of Buddha Gold #CC9807
RGB
CMYK
RGB Variations
Color information
#CC9807 (or 0xCC9807) is known color: Buddha Gold. HEX triplet: CC, 98 and 07. RGB value is (204,152,7). Sum of RGB (Red+Green+Blue) = 204+152+7=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9807 is #3367F8. Grayscale: #979797. Windows color (decimal): -3368953 or 497868. OLE color: 497868.
HSL color Cylindrical-coordinate representation of color #CC9807: hue angle of 44.16º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC9807 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.2 |
| HSL | 44.16º | 0.93% | 0.41% | - |
| HSV(B) | 44.16º | 0.97% | 0.8% | - |
| XYZ | 36.17 | 35.31 | 5.11 | - |
| YUV | 151.02 | 46.73 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 7 | 0 | 0.25 | 0.97 | 0.2 | 44.16 | 0.93 | 0.41 |
| Hex | CC | 98 | 7 | 0 | 19 | 61 | 14 | 2C | 5D | 29 |
| Octal | 314 | 230 | 7 | 0 | 31 | 141 | 24 | 54 | 135 | 51 |
| Binary | 11001100 | 10011000 | 111 | 0 | 11001 | 1100001 | 10100 | 101100 | 1011101 | 101001 |
Color Harmonies of #CC9807
Complementary color
Monochromatic Colors of #CC9807
Black with #CC9807
Text Example
Text Example
White with #CC9807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9807; }
p { color: rgb(204,152,7); }
H1.HeaderClassName
{
color: #CC9807;
}
.AnyTagClassName
{
color: #CC9807;
}
</style>
background-color css
<style>
a { background-color: #CC9807; }
a { background-color: rgb(204,152,7); }
div.DivClassName
{
background-color: #CC9807;
}
.BgClassName
{
background-color: #CC9807;
}
</style>
border-color css
<style>
span { border-color: #CC9807; }
span { border-color: rgb(204,152,7); }
td.TdClassName
{
border-color: #CC9807;
}
.TagClassName
{
border-color: #CC9807;
}
</style>