Shades of Buddha Gold #CC941A
Tints of Buddha Gold #CC941A
RGB
CMYK
RGB Variations
Color information
#CC941A (or 0xCC941A) is known color: Buddha Gold. HEX triplet: CC, 94 and 1A. RGB value is (204,148,26). Sum of RGB (Red+Green+Blue) = 204+148+26=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC941A is #336BE5. Grayscale: #979797. Windows color (decimal): -3369958 or 1742028. OLE color: 1742028.
HSL color Cylindrical-coordinate representation of color #CC941A: hue angle of 41.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC941A is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 26 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.2 |
| HSL | 41.12º | 0.77% | 0.45% | - |
| HSV(B) | 41.12º | 0.87% | 0.8% | - |
| XYZ | 35.68 | 34.09 | 5.68 | - |
| YUV | 150.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 26 | 0 | 0.27 | 0.87 | 0.2 | 41.12 | 0.77 | 0.45 |
| Hex | CC | 94 | 1A | 0 | 1B | 57 | 14 | 29 | 4D | 2D |
| Octal | 314 | 224 | 32 | 0 | 33 | 127 | 24 | 51 | 115 | 55 |
| Binary | 11001100 | 10010100 | 11010 | 0 | 11011 | 1010111 | 10100 | 101001 | 1001101 | 101101 |
Color Harmonies of #CC941A
Complementary color
Monochromatic Colors of #CC941A
Black with #CC941A
Text Example
Text Example
White with #CC941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC941A; }
p { color: rgb(204,148,26); }
H1.HeaderClassName
{
color: #CC941A;
}
.AnyTagClassName
{
color: #CC941A;
}
</style>
background-color css
<style>
a { background-color: #CC941A; }
a { background-color: rgb(204,148,26); }
div.DivClassName
{
background-color: #CC941A;
}
.BgClassName
{
background-color: #CC941A;
}
</style>
border-color css
<style>
span { border-color: #CC941A; }
span { border-color: rgb(204,148,26); }
td.TdClassName
{
border-color: #CC941A;
}
.TagClassName
{
border-color: #CC941A;
}
</style>