Shades of Buddha Gold #CC9F0B
Tints of Buddha Gold #CC9F0B
RGB
CMYK
RGB Variations
Color information
#CC9F0B (or 0xCC9F0B) is known color: Buddha Gold. HEX triplet: CC, 9F and 0B. RGB value is (204,159,11). Sum of RGB (Red+Green+Blue) = 204+159+11=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9F0B is #3360F4. Grayscale: #9C9C9C. Windows color (decimal): -3367157 or 761804. OLE color: 761804.
HSL color Cylindrical-coordinate representation of color #CC9F0B: hue angle of 46.01º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC9F0B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 159 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.2 |
| HSL | 46.01º | 0.9% | 0.42% | - |
| HSV(B) | 46.01º | 0.95% | 0.8% | - |
| XYZ | 37.36 | 37.66 | 5.62 | - |
| YUV | 155.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 11 | 0 | 0.22 | 0.95 | 0.2 | 46.01 | 0.9 | 0.42 |
| Hex | CC | 9F | B | 0 | 16 | 5F | 14 | 2E | 5A | 2A |
| Octal | 314 | 237 | 13 | 0 | 26 | 137 | 24 | 56 | 132 | 52 |
| Binary | 11001100 | 10011111 | 1011 | 0 | 10110 | 1011111 | 10100 | 101110 | 1011010 | 101010 |
Color Harmonies of #CC9F0B
Complementary color
Monochromatic Colors of #CC9F0B
Black with #CC9F0B
Text Example
Text Example
White with #CC9F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9F0B; }
p { color: rgb(204,159,11); }
H1.HeaderClassName
{
color: #CC9F0B;
}
.AnyTagClassName
{
color: #CC9F0B;
}
</style>
background-color css
<style>
a { background-color: #CC9F0B; }
a { background-color: rgb(204,159,11); }
div.DivClassName
{
background-color: #CC9F0B;
}
.BgClassName
{
background-color: #CC9F0B;
}
</style>
border-color css
<style>
span { border-color: #CC9F0B; }
span { border-color: rgb(204,159,11); }
td.TdClassName
{
border-color: #CC9F0B;
}
.TagClassName
{
border-color: #CC9F0B;
}
</style>