Shades of Buddha Gold #CC981D
Tints of Buddha Gold #CC981D
RGB
CMYK
RGB Variations
Color information
#CC981D (or 0xCC981D) is known color: Buddha Gold. HEX triplet: CC, 98 and 1D. RGB value is (204,152,29). Sum of RGB (Red+Green+Blue) = 204+152+29=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC981D is #3367E2. Grayscale: #9A9A9A. Windows color (decimal): -3368931 or 1939660. OLE color: 1939660.
HSL color Cylindrical-coordinate representation of color #CC981D: hue angle of 42.17º 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 #CC981D is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 29 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.2 |
| HSL | 42.17º | 0.75% | 0.46% | - |
| HSV(B) | 42.17º | 0.86% | 0.8% | - |
| XYZ | 36.35 | 35.38 | 6.08 | - |
| YUV | 153.53 | 57.73 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 29 | 0 | 0.25 | 0.86 | 0.2 | 42.17 | 0.75 | 0.46 |
| Hex | CC | 98 | 1D | 0 | 19 | 56 | 14 | 2A | 4B | 2E |
| Octal | 314 | 230 | 35 | 0 | 31 | 126 | 24 | 52 | 113 | 56 |
| Binary | 11001100 | 10011000 | 11101 | 0 | 11001 | 1010110 | 10100 | 101010 | 1001011 | 101110 |
Color Harmonies of #CC981D
Complementary color
Monochromatic Colors of #CC981D
Black with #CC981D
Text Example
Text Example
White with #CC981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC981D; }
p { color: rgb(204,152,29); }
H1.HeaderClassName
{
color: #CC981D;
}
.AnyTagClassName
{
color: #CC981D;
}
</style>
background-color css
<style>
a { background-color: #CC981D; }
a { background-color: rgb(204,152,29); }
div.DivClassName
{
background-color: #CC981D;
}
.BgClassName
{
background-color: #CC981D;
}
</style>
border-color css
<style>
span { border-color: #CC981D; }
span { border-color: rgb(204,152,29); }
td.TdClassName
{
border-color: #CC981D;
}
.TagClassName
{
border-color: #CC981D;
}
</style>