Shades of Buddha Gold #CC9811
Tints of Buddha Gold #CC9811
RGB
CMYK
RGB Variations
Color information
#CC9811 (or 0xCC9811) is known color: Buddha Gold. HEX triplet: CC, 98 and 11. RGB value is (204,152,17). Sum of RGB (Red+Green+Blue) = 204+152+17=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9811 is #3367EE. Grayscale: #989898. Windows color (decimal): -3368943 or 1153228. OLE color: 1153228.
HSL color Cylindrical-coordinate representation of color #CC9811: hue angle of 43.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC9811 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 17 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.2 |
| HSL | 43.32º | 0.85% | 0.43% | - |
| HSV(B) | 43.32º | 0.92% | 0.8% | - |
| XYZ | 36.23 | 35.33 | 5.44 | - |
| YUV | 152.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 17 | 0 | 0.25 | 0.92 | 0.2 | 43.32 | 0.85 | 0.43 |
| Hex | CC | 98 | 11 | 0 | 19 | 5C | 14 | 2B | 55 | 2B |
| Octal | 314 | 230 | 21 | 0 | 31 | 134 | 24 | 53 | 125 | 53 |
| Binary | 11001100 | 10011000 | 10001 | 0 | 11001 | 1011100 | 10100 | 101011 | 1010101 | 101011 |
Color Harmonies of #CC9811
Complementary color
Monochromatic Colors of #CC9811
Black with #CC9811
Text Example
Text Example
White with #CC9811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9811; }
p { color: rgb(204,152,17); }
H1.HeaderClassName
{
color: #CC9811;
}
.AnyTagClassName
{
color: #CC9811;
}
</style>
background-color css
<style>
a { background-color: #CC9811; }
a { background-color: rgb(204,152,17); }
div.DivClassName
{
background-color: #CC9811;
}
.BgClassName
{
background-color: #CC9811;
}
</style>
border-color css
<style>
span { border-color: #CC9811; }
span { border-color: rgb(204,152,17); }
td.TdClassName
{
border-color: #CC9811;
}
.TagClassName
{
border-color: #CC9811;
}
</style>