Shades of Buddha Gold #CC9A1F
Tints of Buddha Gold #CC9A1F
RGB
CMYK
RGB Variations
Color information
#CC9A1F (or 0xCC9A1F) is known color: Buddha Gold. HEX triplet: CC, 9A and 1F. RGB value is (204,154,31). Sum of RGB (Red+Green+Blue) = 204+154+31=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A1F is #3365E0. Grayscale: #9B9B9B. Windows color (decimal): -3368417 or 2071244. OLE color: 2071244.
HSL color Cylindrical-coordinate representation of color #CC9A1F: hue angle of 42.66º 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 #CC9A1F is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 31 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.2 |
| HSL | 42.66º | 0.74% | 0.46% | - |
| HSV(B) | 42.66º | 0.85% | 0.8% | - |
| XYZ | 36.7 | 36.05 | 6.32 | - |
| YUV | 154.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 31 | 0 | 0.25 | 0.85 | 0.2 | 42.66 | 0.74 | 0.46 |
| Hex | CC | 9A | 1F | 0 | 19 | 55 | 14 | 2B | 4A | 2E |
| Octal | 314 | 232 | 37 | 0 | 31 | 125 | 24 | 53 | 112 | 56 |
| Binary | 11001100 | 10011010 | 11111 | 0 | 11001 | 1010101 | 10100 | 101011 | 1001010 | 101110 |
Color Harmonies of #CC9A1F
Complementary color
Monochromatic Colors of #CC9A1F
Black with #CC9A1F
Text Example
Text Example
White with #CC9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A1F; }
p { color: rgb(204,154,31); }
H1.HeaderClassName
{
color: #CC9A1F;
}
.AnyTagClassName
{
color: #CC9A1F;
}
</style>
background-color css
<style>
a { background-color: #CC9A1F; }
a { background-color: rgb(204,154,31); }
div.DivClassName
{
background-color: #CC9A1F;
}
.BgClassName
{
background-color: #CC9A1F;
}
</style>
border-color css
<style>
span { border-color: #CC9A1F; }
span { border-color: rgb(204,154,31); }
td.TdClassName
{
border-color: #CC9A1F;
}
.TagClassName
{
border-color: #CC9A1F;
}
</style>