Shades of Buddha Gold #CC8F14
Tints of Buddha Gold #CC8F14
RGB
CMYK
RGB Variations
Color information
#CC8F14 (or 0xCC8F14) is known color: Buddha Gold. HEX triplet: CC, 8F and 14. RGB value is (204,143,20). Sum of RGB (Red+Green+Blue) = 204+143+20=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8F14 is #3370EB. Grayscale: #939393. Windows color (decimal): -3371244 or 1347532. OLE color: 1347532.
HSL color Cylindrical-coordinate representation of color #CC8F14: hue angle of 40.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC8F14 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 20 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.2 |
| HSL | 40.11º | 0.82% | 0.44% | - |
| HSV(B) | 40.11º | 0.9% | 0.8% | - |
| XYZ | 34.85 | 32.53 | 5.1 | - |
| YUV | 147.22 | 56.21 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 20 | 0 | 0.30 | 0.90 | 0.2 | 40.11 | 0.82 | 0.44 |
| Hex | CC | 8F | 14 | 0 | 1E | 5A | 14 | 28 | 52 | 2C |
| Octal | 314 | 217 | 24 | 0 | 36 | 132 | 24 | 50 | 122 | 54 |
| Binary | 11001100 | 10001111 | 10100 | 0 | 11110 | 1011010 | 10100 | 101000 | 1010010 | 101100 |
Color Harmonies of #CC8F14
Complementary color
Monochromatic Colors of #CC8F14
Black with #CC8F14
Text Example
Text Example
White with #CC8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F14; }
p { color: rgb(204,143,20); }
H1.HeaderClassName
{
color: #CC8F14;
}
.AnyTagClassName
{
color: #CC8F14;
}
</style>
background-color css
<style>
a { background-color: #CC8F14; }
a { background-color: rgb(204,143,20); }
div.DivClassName
{
background-color: #CC8F14;
}
.BgClassName
{
background-color: #CC8F14;
}
</style>
border-color css
<style>
span { border-color: #CC8F14; }
span { border-color: rgb(204,143,20); }
td.TdClassName
{
border-color: #CC8F14;
}
.TagClassName
{
border-color: #CC8F14;
}
</style>