Shades of Old Gold #CFBD4C
Tints of Old Gold #CFBD4C
RGB
CMYK
RGB Variations
Color information
#CFBD4C (or 0xCFBD4C) is known color: Old Gold. HEX triplet: CF, BD and 4C. RGB value is (207,189,76). Sum of RGB (Red+Green+Blue) = 207+189+76=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD4C is #3042B3. Grayscale: #B5B5B5. Windows color (decimal): -3162804 or 5029327. OLE color: 5029327.
HSL color Cylindrical-coordinate representation of color #CFBD4C: hue angle of 51.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFBD4C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 76 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.19 |
| HSL | 51.76º | 0.58% | 0.55% | - |
| HSV(B) | 51.76º | 0.63% | 0.81% | - |
| XYZ | 45.23 | 50.18 | 14.14 | - |
| YUV | 181.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 76 | 0 | 0.09 | 0.63 | 0.19 | 51.76 | 0.58 | 0.55 |
| Hex | CF | BD | 4C | 0 | 9 | 3F | 13 | 34 | 3A | 37 |
| Octal | 317 | 275 | 114 | 0 | 11 | 77 | 23 | 64 | 72 | 67 |
| Binary | 11001111 | 10111101 | 1001100 | 0 | 1001 | 111111 | 10011 | 110100 | 111010 | 110111 |
Color Harmonies of #CFBD4C
Complementary color
Monochromatic Colors of #CFBD4C
Black with #CFBD4C
Text Example
Text Example
White with #CFBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD4C; }
p { color: rgb(207,189,76); }
H1.HeaderClassName
{
color: #CFBD4C;
}
.AnyTagClassName
{
color: #CFBD4C;
}
</style>
background-color css
<style>
a { background-color: #CFBD4C; }
a { background-color: rgb(207,189,76); }
div.DivClassName
{
background-color: #CFBD4C;
}
.BgClassName
{
background-color: #CFBD4C;
}
</style>
border-color css
<style>
span { border-color: #CFBD4C; }
span { border-color: rgb(207,189,76); }
td.TdClassName
{
border-color: #CFBD4C;
}
.TagClassName
{
border-color: #CFBD4C;
}
</style>