Shades of Old Gold #CFBD44
Tints of Old Gold #CFBD44
RGB
CMYK
RGB Variations
Color information
#CFBD44 (or 0xCFBD44) is known color: Old Gold. HEX triplet: CF, BD and 44. RGB value is (207,189,68). Sum of RGB (Red+Green+Blue) = 207+189+68=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD44 is #3042BB. Grayscale: #B5B5B5. Windows color (decimal): -3162812 or 4505039. OLE color: 4505039.
HSL color Cylindrical-coordinate representation of color #CFBD44: hue angle of 52.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFBD44 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 68 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.19 |
| HSL | 52.23º | 0.59% | 0.54% | - |
| HSV(B) | 52.23º | 0.67% | 0.81% | - |
| XYZ | 44.97 | 50.08 | 12.76 | - |
| YUV | 180.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 68 | 0 | 0.09 | 0.67 | 0.19 | 52.23 | 0.59 | 0.54 |
| Hex | CF | BD | 44 | 0 | 9 | 43 | 13 | 34 | 3B | 36 |
| Octal | 317 | 275 | 104 | 0 | 11 | 103 | 23 | 64 | 73 | 66 |
| Binary | 11001111 | 10111101 | 1000100 | 0 | 1001 | 1000011 | 10011 | 110100 | 111011 | 110110 |
Color Harmonies of #CFBD44
Complementary color
Monochromatic Colors of #CFBD44
Black with #CFBD44
Text Example
Text Example
White with #CFBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD44; }
p { color: rgb(207,189,68); }
H1.HeaderClassName
{
color: #CFBD44;
}
.AnyTagClassName
{
color: #CFBD44;
}
</style>
background-color css
<style>
a { background-color: #CFBD44; }
a { background-color: rgb(207,189,68); }
div.DivClassName
{
background-color: #CFBD44;
}
.BgClassName
{
background-color: #CFBD44;
}
</style>
border-color css
<style>
span { border-color: #CFBD44; }
span { border-color: rgb(207,189,68); }
td.TdClassName
{
border-color: #CFBD44;
}
.TagClassName
{
border-color: #CFBD44;
}
</style>