Shades of Buddha Gold #CC971D
Tints of Buddha Gold #CC971D
RGB
CMYK
RGB Variations
Color information
#CC971D (or 0xCC971D) is known color: Buddha Gold. HEX triplet: CC, 97 and 1D. RGB value is (204,151,29). Sum of RGB (Red+Green+Blue) = 204+151+29=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC971D is #3368E2. Grayscale: #999999. Windows color (decimal): -3369187 or 1939404. OLE color: 1939404.
HSL color Cylindrical-coordinate representation of color #CC971D: hue angle of 41.83º 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 #CC971D is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 29 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.2 |
| HSL | 41.83º | 0.75% | 0.46% | - |
| HSV(B) | 41.83º | 0.86% | 0.8% | - |
| XYZ | 36.19 | 35.06 | 6.02 | - |
| YUV | 152.94 | 58.06 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 29 | 0 | 0.26 | 0.86 | 0.2 | 41.83 | 0.75 | 0.46 |
| Hex | CC | 97 | 1D | 0 | 1A | 56 | 14 | 2A | 4B | 2E |
| Octal | 314 | 227 | 35 | 0 | 32 | 126 | 24 | 52 | 113 | 56 |
| Binary | 11001100 | 10010111 | 11101 | 0 | 11010 | 1010110 | 10100 | 101010 | 1001011 | 101110 |
Color Harmonies of #CC971D
Complementary color
Monochromatic Colors of #CC971D
Black with #CC971D
Text Example
Text Example
White with #CC971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC971D; }
p { color: rgb(204,151,29); }
H1.HeaderClassName
{
color: #CC971D;
}
.AnyTagClassName
{
color: #CC971D;
}
</style>
background-color css
<style>
a { background-color: #CC971D; }
a { background-color: rgb(204,151,29); }
div.DivClassName
{
background-color: #CC971D;
}
.BgClassName
{
background-color: #CC971D;
}
</style>
border-color css
<style>
span { border-color: #CC971D; }
span { border-color: rgb(204,151,29); }
td.TdClassName
{
border-color: #CC971D;
}
.TagClassName
{
border-color: #CC971D;
}
</style>