Shades of Old Gold #CFBB42
Tints of Old Gold #CFBB42
RGB
CMYK
RGB Variations
Color information
#CFBB42 (or 0xCFBB42) is known color: Old Gold. HEX triplet: CF, BB and 42. RGB value is (207,187,66). Sum of RGB (Red+Green+Blue) = 207+187+66=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB42 is #3044BD. Grayscale: #B3B3B3. Windows color (decimal): -3163326 or 4373455. OLE color: 4373455.
HSL color Cylindrical-coordinate representation of color #CFBB42: hue angle of 51.49º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFBB42 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 66 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.19 |
| HSL | 51.49º | 0.59% | 0.54% | - |
| HSV(B) | 51.49º | 0.68% | 0.81% | - |
| XYZ | 44.49 | 49.2 | 12.31 | - |
| YUV | 179.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 66 | 0 | 0.10 | 0.68 | 0.19 | 51.49 | 0.59 | 0.54 |
| Hex | CF | BB | 42 | 0 | A | 44 | 13 | 33 | 3B | 36 |
| Octal | 317 | 273 | 102 | 0 | 12 | 104 | 23 | 63 | 73 | 66 |
| Binary | 11001111 | 10111011 | 1000010 | 0 | 1010 | 1000100 | 10011 | 110011 | 111011 | 110110 |
Color Harmonies of #CFBB42
Complementary color
Monochromatic Colors of #CFBB42
Black with #CFBB42
Text Example
Text Example
White with #CFBB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB42; }
p { color: rgb(207,187,66); }
H1.HeaderClassName
{
color: #CFBB42;
}
.AnyTagClassName
{
color: #CFBB42;
}
</style>
background-color css
<style>
a { background-color: #CFBB42; }
a { background-color: rgb(207,187,66); }
div.DivClassName
{
background-color: #CFBB42;
}
.BgClassName
{
background-color: #CFBB42;
}
</style>
border-color css
<style>
span { border-color: #CFBB42; }
span { border-color: rgb(207,187,66); }
td.TdClassName
{
border-color: #CFBB42;
}
.TagClassName
{
border-color: #CFBB42;
}
</style>