Shades of Old Gold #CFBB3C
Tints of Old Gold #CFBB3C
RGB
CMYK
RGB Variations
Color information
#CFBB3C (or 0xCFBB3C) is known color: Old Gold. HEX triplet: CF, BB and 3C. RGB value is (207,187,60). Sum of RGB (Red+Green+Blue) = 207+187+60=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB3C is #3044C3. Grayscale: #B3B3B3. Windows color (decimal): -3163332 or 3980239. OLE color: 3980239.
HSL color Cylindrical-coordinate representation of color #CFBB3C: hue angle of 51.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFBB3C is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 60 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.19 |
| HSL | 51.84º | 0.6% | 0.52% | - |
| HSV(B) | 51.84º | 0.71% | 0.81% | - |
| XYZ | 44.32 | 49.13 | 11.42 | - |
| YUV | 178.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 60 | 0 | 0.10 | 0.71 | 0.19 | 51.84 | 0.6 | 0.52 |
| Hex | CF | BB | 3C | 0 | A | 47 | 13 | 34 | 3C | 34 |
| Octal | 317 | 273 | 74 | 0 | 12 | 107 | 23 | 64 | 74 | 64 |
| Binary | 11001111 | 10111011 | 111100 | 0 | 1010 | 1000111 | 10011 | 110100 | 111100 | 110100 |
Color Harmonies of #CFBB3C
Complementary color
Monochromatic Colors of #CFBB3C
Black with #CFBB3C
Text Example
Text Example
White with #CFBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB3C; }
p { color: rgb(207,187,60); }
H1.HeaderClassName
{
color: #CFBB3C;
}
.AnyTagClassName
{
color: #CFBB3C;
}
</style>
background-color css
<style>
a { background-color: #CFBB3C; }
a { background-color: rgb(207,187,60); }
div.DivClassName
{
background-color: #CFBB3C;
}
.BgClassName
{
background-color: #CFBB3C;
}
</style>
border-color css
<style>
span { border-color: #CFBB3C; }
span { border-color: rgb(207,187,60); }
td.TdClassName
{
border-color: #CFBB3C;
}
.TagClassName
{
border-color: #CFBB3C;
}
</style>