Shades of Buddha Gold #CC991F
Tints of Buddha Gold #CC991F
RGB
CMYK
RGB Variations
Color information
#CC991F (or 0xCC991F) is known color: Buddha Gold. HEX triplet: CC, 99 and 1F. RGB value is (204,153,31). Sum of RGB (Red+Green+Blue) = 204+153+31=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC991F is #3366E0. Grayscale: #9A9A9A. Windows color (decimal): -3368673 or 2070988. OLE color: 2070988.
HSL color Cylindrical-coordinate representation of color #CC991F: hue angle of 42.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC991F is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 31 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.2 |
| HSL | 42.31º | 0.74% | 0.46% | - |
| HSV(B) | 42.31º | 0.85% | 0.8% | - |
| XYZ | 36.54 | 35.72 | 6.26 | - |
| YUV | 154.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 31 | 0 | 0.25 | 0.85 | 0.2 | 42.31 | 0.74 | 0.46 |
| Hex | CC | 99 | 1F | 0 | 19 | 55 | 14 | 2A | 4A | 2E |
| Octal | 314 | 231 | 37 | 0 | 31 | 125 | 24 | 52 | 112 | 56 |
| Binary | 11001100 | 10011001 | 11111 | 0 | 11001 | 1010101 | 10100 | 101010 | 1001010 | 101110 |
Color Harmonies of #CC991F
Complementary color
Monochromatic Colors of #CC991F
Black with #CC991F
Text Example
Text Example
White with #CC991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC991F; }
p { color: rgb(204,153,31); }
H1.HeaderClassName
{
color: #CC991F;
}
.AnyTagClassName
{
color: #CC991F;
}
</style>
background-color css
<style>
a { background-color: #CC991F; }
a { background-color: rgb(204,153,31); }
div.DivClassName
{
background-color: #CC991F;
}
.BgClassName
{
background-color: #CC991F;
}
</style>
border-color css
<style>
span { border-color: #CC991F; }
span { border-color: rgb(204,153,31); }
td.TdClassName
{
border-color: #CC991F;
}
.TagClassName
{
border-color: #CC991F;
}
</style>