Shades of Buddha Gold #CC961D
Tints of Buddha Gold #CC961D
RGB
CMYK
RGB Variations
Color information
#CC961D (or 0xCC961D) is known color: Buddha Gold. HEX triplet: CC, 96 and 1D. RGB value is (204,150,29). Sum of RGB (Red+Green+Blue) = 204+150+29=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC961D is #3369E2. Grayscale: #989898. Windows color (decimal): -3369443 or 1939148. OLE color: 1939148.
HSL color Cylindrical-coordinate representation of color #CC961D: hue angle of 41.49º 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 #CC961D is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 29 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.2 |
| HSL | 41.49º | 0.75% | 0.46% | - |
| HSV(B) | 41.49º | 0.86% | 0.8% | - |
| XYZ | 36.03 | 34.74 | 5.97 | - |
| YUV | 152.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 29 | 0 | 0.26 | 0.86 | 0.2 | 41.49 | 0.75 | 0.46 |
| Hex | CC | 96 | 1D | 0 | 1A | 56 | 14 | 29 | 4B | 2E |
| Octal | 314 | 226 | 35 | 0 | 32 | 126 | 24 | 51 | 113 | 56 |
| Binary | 11001100 | 10010110 | 11101 | 0 | 11010 | 1010110 | 10100 | 101001 | 1001011 | 101110 |
Color Harmonies of #CC961D
Complementary color
Monochromatic Colors of #CC961D
Black with #CC961D
Text Example
Text Example
White with #CC961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC961D; }
p { color: rgb(204,150,29); }
H1.HeaderClassName
{
color: #CC961D;
}
.AnyTagClassName
{
color: #CC961D;
}
</style>
background-color css
<style>
a { background-color: #CC961D; }
a { background-color: rgb(204,150,29); }
div.DivClassName
{
background-color: #CC961D;
}
.BgClassName
{
background-color: #CC961D;
}
</style>
border-color css
<style>
span { border-color: #CC961D; }
span { border-color: rgb(204,150,29); }
td.TdClassName
{
border-color: #CC961D;
}
.TagClassName
{
border-color: #CC961D;
}
</style>