Shades of Old Gold #CFBD41
Tints of Old Gold #CFBD41
RGB
CMYK
RGB Variations
Color information
#CFBD41 (or 0xCFBD41) is known color: Old Gold. HEX triplet: CF, BD and 41. RGB value is (207,189,65). Sum of RGB (Red+Green+Blue) = 207+189+65=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD41 is #3042BE. Grayscale: #B4B4B4. Windows color (decimal): -3162815 or 4308431. OLE color: 4308431.
HSL color Cylindrical-coordinate representation of color #CFBD41: hue angle of 52.39º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFBD41 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 65 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.19 |
| HSL | 52.39º | 0.6% | 0.53% | - |
| HSV(B) | 52.39º | 0.69% | 0.81% | - |
| XYZ | 44.88 | 50.04 | 12.29 | - |
| YUV | 180.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 65 | 0 | 0.09 | 0.69 | 0.19 | 52.39 | 0.6 | 0.53 |
| Hex | CF | BD | 41 | 0 | 9 | 45 | 13 | 34 | 3C | 35 |
| Octal | 317 | 275 | 101 | 0 | 11 | 105 | 23 | 64 | 74 | 65 |
| Binary | 11001111 | 10111101 | 1000001 | 0 | 1001 | 1000101 | 10011 | 110100 | 111100 | 110101 |
Color Harmonies of #CFBD41
Complementary color
Monochromatic Colors of #CFBD41
Black with #CFBD41
Text Example
Text Example
White with #CFBD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD41; }
p { color: rgb(207,189,65); }
H1.HeaderClassName
{
color: #CFBD41;
}
.AnyTagClassName
{
color: #CFBD41;
}
</style>
background-color css
<style>
a { background-color: #CFBD41; }
a { background-color: rgb(207,189,65); }
div.DivClassName
{
background-color: #CFBD41;
}
.BgClassName
{
background-color: #CFBD41;
}
</style>
border-color css
<style>
span { border-color: #CFBD41; }
span { border-color: rgb(207,189,65); }
td.TdClassName
{
border-color: #CFBD41;
}
.TagClassName
{
border-color: #CFBD41;
}
</style>