Shades of Old Gold #CFBD3C
Tints of Old Gold #CFBD3C
RGB
CMYK
RGB Variations
Color information
#CFBD3C (or 0xCFBD3C) is known color: Old Gold. HEX triplet: CF, BD and 3C. RGB value is (207,189,60). Sum of RGB (Red+Green+Blue) = 207+189+60=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD3C is #3042C3. Grayscale: #B4B4B4. Windows color (decimal): -3162820 or 3980751. OLE color: 3980751.
HSL color Cylindrical-coordinate representation of color #CFBD3C: hue angle of 52.65º 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 #CFBD3C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 60 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.19 |
| HSL | 52.65º | 0.6% | 0.52% | - |
| HSV(B) | 52.65º | 0.71% | 0.81% | - |
| XYZ | 44.75 | 49.99 | 11.57 | - |
| YUV | 179.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 60 | 0 | 0.09 | 0.71 | 0.19 | 52.65 | 0.6 | 0.52 |
| Hex | CF | BD | 3C | 0 | 9 | 47 | 13 | 35 | 3C | 34 |
| Octal | 317 | 275 | 74 | 0 | 11 | 107 | 23 | 65 | 74 | 64 |
| Binary | 11001111 | 10111101 | 111100 | 0 | 1001 | 1000111 | 10011 | 110101 | 111100 | 110100 |
Color Harmonies of #CFBD3C
Complementary color
Monochromatic Colors of #CFBD3C
Black with #CFBD3C
Text Example
Text Example
White with #CFBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD3C; }
p { color: rgb(207,189,60); }
H1.HeaderClassName
{
color: #CFBD3C;
}
.AnyTagClassName
{
color: #CFBD3C;
}
</style>
background-color css
<style>
a { background-color: #CFBD3C; }
a { background-color: rgb(207,189,60); }
div.DivClassName
{
background-color: #CFBD3C;
}
.BgClassName
{
background-color: #CFBD3C;
}
</style>
border-color css
<style>
span { border-color: #CFBD3C; }
span { border-color: rgb(207,189,60); }
td.TdClassName
{
border-color: #CFBD3C;
}
.TagClassName
{
border-color: #CFBD3C;
}
</style>