Shades of Buddha Gold #CC951D
Tints of Buddha Gold #CC951D
RGB
CMYK
RGB Variations
Color information
#CC951D (or 0xCC951D) is known color: Buddha Gold. HEX triplet: CC, 95 and 1D. RGB value is (204,149,29). Sum of RGB (Red+Green+Blue) = 204+149+29=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC951D is #336AE2. Grayscale: #989898. Windows color (decimal): -3369699 or 1938892. OLE color: 1938892.
HSL color Cylindrical-coordinate representation of color #CC951D: hue angle of 41.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC951D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 29 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.2 |
| HSL | 41.14º | 0.75% | 0.46% | - |
| HSV(B) | 41.14º | 0.86% | 0.8% | - |
| XYZ | 35.87 | 34.42 | 5.92 | - |
| YUV | 151.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 29 | 0 | 0.27 | 0.86 | 0.2 | 41.14 | 0.75 | 0.46 |
| Hex | CC | 95 | 1D | 0 | 1B | 56 | 14 | 29 | 4B | 2E |
| Octal | 314 | 225 | 35 | 0 | 33 | 126 | 24 | 51 | 113 | 56 |
| Binary | 11001100 | 10010101 | 11101 | 0 | 11011 | 1010110 | 10100 | 101001 | 1001011 | 101110 |
Color Harmonies of #CC951D
Complementary color
Monochromatic Colors of #CC951D
Black with #CC951D
Text Example
Text Example
White with #CC951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC951D; }
p { color: rgb(204,149,29); }
H1.HeaderClassName
{
color: #CC951D;
}
.AnyTagClassName
{
color: #CC951D;
}
</style>
background-color css
<style>
a { background-color: #CC951D; }
a { background-color: rgb(204,149,29); }
div.DivClassName
{
background-color: #CC951D;
}
.BgClassName
{
background-color: #CC951D;
}
</style>
border-color css
<style>
span { border-color: #CC951D; }
span { border-color: rgb(204,149,29); }
td.TdClassName
{
border-color: #CC951D;
}
.TagClassName
{
border-color: #CC951D;
}
</style>